My company has an internal Oracle database that I can connect to using Toad for Oracle just fine.
However when I try to find any info on myDB in my TNSNAMES.ora file there isn't anything there.
When I try to put this information into a connection string, it just fails. Not sure what I am missing:
con = cx_Oracle.connect('mySchema/myPass/myDB')
Here is the error I get:
DatabaseError: ORA-12560: TNS:protocol adapter error
When I run TNSPING myDB I get this: 'Used LDAP adapter to resolve the alias'
The syntax you want is this:
Note the use of the @ symbol instead of a second /!