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: Anthony T. <ant...@gm...> - 2006-02-07 16:19:46
|
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 h= ave > mentioned on various lists, but I have not seen a solution anywhere. I ha= ve > 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 stupi= d > question, but is there a way to check the version of the dll? The file wa= s > 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 > |