Guest User

Untitled

a guest
May 16th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import cx_Oracle
  2.  
  3. adr = 'server_addres'
  4. uid = 'user_id'
  5. pwd = 'pwd'
  6. port = 'port'
  7.  
  8. cx_Oracle.connect(uid + "/" + pwd + "@" + adr)
  9.  
  10. cx_Oracle.DatabaseError: ORA-12154: TNS: could not resolve the connect identifier specified
Add Comment
Please, Sign In to add comment