Python Forum
Retrieve oracle view containing clob to dataframe
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Retrieve oracle view containing clob to dataframe
#2
(Jan-08-2021, 12:34 AM)jash Wrote: File "C:/user/Personal/Scripts/oracledb1.py", line 12, in <module> dsn = cx_Oracle.makedsn(host='xx.xx.xx.xx',port=xxxx,sid=None,service_name='test')

NameError: name 'xxxx' is not defined
Obviously you need to fill in the real values instead of the 'xx*'. For host you have to fill in the name or ip address of the database server. The port is usually 1521 unless configured differently. The service_name is the name of the database.
Reply


Messages In This Thread
RE: Retrieve oracle view containing clob to dataframe - by ibreeden - Jan-08-2021, 09:14 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020