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