I'm using python 3.1.2. I've download cx_Oracle (Windows x86 Installer (Oracle 10g, Python 3.1) ). The oracle version I'm using is Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi.

I'm trying to access a remote oracle server. I haven't installed any oracle client. However I use SQLTools 1.5.0.Which I manually copy-pasted from some place.

I came to know cx_Oracle needs a dll file from an oracle client to access a remote database so I copied all the dll from the folder of sqltool to a location. I added the location where I kept the ora.Dll into the system's Environment Variable (PATH and ORACLE_HOME). But it doesn't seem to work. I get the same error.

ImportError: DLL load failed: The specified module could not be found.

I'm I missing something, will this manual work do the job or I've to install an oracle client.

Thanx In Advance Gskya

link|improve this question
Why are you copying .DLL files around? Why aren't you running the proper installers? – S.Lott Mar 17 '11 at 12:09
Because I don't have the rights to install in my computer. Will the proper installer do the job?? – G_skya Mar 22 '11 at 4:43
1  
just having the same problem, seems you do need a local oracle client installation, see stackoverflow.com/questions/1711408/help-installing-cx-oracle – Nicolas78 Sep 20 '11 at 10:42
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.