Re: [cx-oracle-users] OCI.DLL cannot be found ?
Brought to you by:
atuining
From: Anthony T. <an...@co...> - 2004-10-06 14:07:12
|
This is definitely an Oracle client issue -- the server software is irrelevant, actually. In general, make sure that if you are running Oracle 8i on the client you are using the Oracle 8i version of cx_Oracle and if you are running Oracle 9i on the client make sure you are using the Oracle 9i version of cx_Oracle. As mentioned earlier, the only exception is Oracle 9.0.1 which doesn't have the required procedure. Make sense? Nik Barron wrote: >>c) With cx_Oracle-4.0.1-win32-9i-py23.exe uninstalled and >>cx_Oracle-4.0.1-win32-8i-py23.exe installed back, oracle9i (or >>81)/bin/aci.dll renamed to the right name, everything runs fine. >> >>Finally, am I using oracle 9i or 81 ??? It depends on the DLL >>I left on >>the machine ? Or is it the cx_oracle version which rules ? >> >> > >It's complicated. It appears to depend on both the server and client >versions installed. I had to recompile cx_Oracle for one of our >configurations (8i client/server) although foolishly didn't write down the >step by step process (but it was pretty much in line with the docs I >recall). > >This is more of an Oracle issue than cx_oracle I think; I've had similar >problems with a number of client-side tools that interact with Oracle >directly, often having to swap ORACLE_HOME according to which specific tool >was being used! > >Nick Barron > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >cx-oracle-users mailing list >cx-...@li... >https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |