I issue this statement: db = cx_Oracle.connect("user/pass@IP/BKTDW")
and I get this error: Traceback (most recent call last): File "", line 1, in cx_Oracle.DatabaseError: Error while trying to retrieve text for error ORA-01804
It seems that connect method doen't work at all. I have installed the Oracle Client and I am connecting normally via Toad or Sql Developer.
Please Help!