Tagged Questions

1
vote
0answers
392 views

Dll load failed For Cx_oracle

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. ...
1
vote
2answers
709 views

How to determine ORACLE_HOME from PL/SQL?

Is it possible to determine where Oracle is installed using pure PL/SQL? Use case: In order to call an external C library, I need to know its exact path (for the create library call). My DLL will ...