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
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
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