[cx-oracle-users] cx_Oracle.connect suddenly exit
Brought to you by:
atuining
From: Gleiwer M. <gl...@gm...> - 2010-07-21 20:30:19
|
Hello there, i'm having the next problem, whenever i run the cx_Oracle.connect function, it throws me out of the script with exit value 1. Like this... root@gleiwer# python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cx_Oracle >>> dsn_tns=cx_Oracle.makedsn("10.1.1.1","1522","XE") >>> conexiondb=cx_Oracle.connect("username","password",dsn_tns) root@gleiwer# i compiled cx_Oracle with instantclient_11_2 the environment variables are set, can anybody help me to solve this out, i've been trying for weeks. -- Gleiwer Montoya gl...@gm... |