Re: [cx-oracle-users] cx_oracle and Oracle 9.0.1
Brought to you by:
atuining
From: Henning v. B. <H.v...@t-...> - 2006-09-15 07:44:57
|
> HI, >=20 > We have a Windows 2000 server, running Oracle version 9.0.1.=20 > I have been > reading some of the previous posted messages, and wanted to=20 > double check > if cx_oracle will work with the Oracle version. Python message below. >=20 > >>> import cx_Oracle >=20 > File "<stdin>", line 1m n ? >=20 > ImportError: DLL load Failed: The specified procedure could not be > found. >=20 > If this will not work, is there a workaround to connect Python to > Oracle? >=20 > Thanks, JD >=20 The OCI API changed from Oracle 8.0 to 8i to 9.0 to 9.2 to 10g... In order to use cx_Oracle, you should - have the correct ORACLE_HOME\bin in your PATH variable. - perhaps try out the cx_Oracle 4.1 version built with Oracle 8.1.7. HTH Henning |