Re: error rising while connecting oracle 9i

2006-01-07 Thread [EMAIL PROTECTED]
Check: 1. Whta is the Python version your running, with py> import sys py> print sys.version 2.4.2 (#2, Sep 30 2005, 21:19:01) [GCC 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)] 2. Download the correct version of cx_Oracle see http://www.cxtools.net/default.aspx?nav=cxorlb then execute the c

Re: error rising while connecting oracle 9i

2006-01-07 Thread Robert Hicks
python_eager wrote: > Hi >i am connecting my database oracle 9i. While connecting i am > getting the following error > > connection = cx_Oracle.connect("myusername", "mypassword", "python") > RuntimeError: Unable to acquire Oracle environment handle > Do you have the Oracle client installed? Mi

error rising while connecting oracle 9i

2006-01-06 Thread python_eager
Hi i am connecting my database oracle 9i. While connecting i am getting the following error connection = cx_Oracle.connect("myusername", "mypassword", "python") RuntimeError: Unable to acquire Oracle environment handle please send the solution Thank you regards Python Eager -- http