Re: [cx-oracle-users] DLL Error - python 2.4, Oracle 8.1.7, cx_Oracle 4.1.2, Win XP SP2
Brought to you by:
atuining
From: JP G. <jpg...@gm...> - 2006-02-08 08:14:57
|
Thanks Anthony! The problem is that I don't have the versions mismatched, as far as I can tell. We are running Oracle 8i, specifically version 8.1.7. So my cxOracle version matches the server version perfectly. The problem seems to be that it does not match the oci.dll file, which may be out of date (it is from 1999, and I am not sure when version 8.1.7 of Oracle came out). Is there any way to run a test against the oci.dll file? Using a different program? TOAD, or something? Thanks, JP On 2/7/06, Anthony Tuininga <ant...@gm...> wrote: > > No specific help but find out what Oracle client version you are using > and then download a version of cx_Oracle that corresponds to it. That > will elminate the problems with version mismatches. As for determining > what client version a particular version of cx_Oracle was compiled > against -- that's not possible because Oracle doesn't provide this > information. And, if you can't import the module at all you definitely > can't get any information from it.... :-) That problem is part of > another thread which has not yet been resolved. > > On 2/7/06, JP Glutting <jpg...@gm...> wrote: > > I am having the same problem loading the ori.dll that some other people > have > > mentioned on various lists, but I have not seen a solution anywhere. I > have > > Oracle SQL Plus installed on this PC (I didn't install it myself, it > came to > > me second hand), and the ori.dll is in C:\orant\BIN, which is also on > the > > path. > > > > When I import cx_Oracle I get this error: > > > > "ImportError: DLL load failed: No se encontr=F3 el proceso especificado= ." > (the > > computer is mostly Spanish, but it says it has not found the specified > > process). > > > > I have seen comments that this is due to a mismatch in the versions of > > Oracle or Python which the module is compiled against, but the only > thing > > that I see that could be the problem is the dll itself. This may be > stupid > > question, but is there a way to check the version of the dll? The file > was > > created on 11/11/1999. > > > > SQL Plus connects to the Oracle server without problems. It seems to be > a > > problem between cx_Oracle and the ori.dll. > > > > Any help appreciated! > > > > JP > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |