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: Amaury F. d'A. <ama...@gm...> - 2006-02-07 18:21:55
|
2006/2/7, JP Glutting <jpg...@gm...>: > 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. BTW, the file is named oci.dll. > 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). > Did you try running "import cx_Oracle" from the command line? Usually you get a window showing the exact problem. A cause could be that you installed a cx_Oracle compiled for Oracle 9i. Then the error is something like "could not find entry point xxx", where xxx is a 9i-only feature. > SQL Plus connects to the Oracle server without problems. sql*plus does not use the OCI.dll library. It directly links to lower level files (such as oraclient9.dll) -- Amaury Forgeot d'Arc |