Hi All,
I am trying to Connect to oracle using python. i have written the following code
"import cx_Oracle
con = cx_Oracle.connect('odsdb/xxxxxx@xxxxxx:1521/xxxx')"
and also i have downloaded instance client package and added to environmental variable path.
but after executing i am getting this error 'cx_Oracle.DatabaseError: ORA-12545: Connect failed because target host or object does not exist'
and also with this same username password and host i am able to connect using oracle SQL developer
can someone please help me?