Tagged Questions
1
vote
2answers
710 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 ...