Reading Environment Variable from pl/sql
564076Mar 10 2009 — edited Mar 11 2009HI All,
I am using Oracle 10g R2 Database. I need to read the value of some of the environment variables in my PL/SQL block. How to achieve this? I have come across dbms_system.getenv(), but is it supported in Oracle 10g as I dont see any documentation and can any user use this feature?. I need to read the envrionment variables since I have to create a directory ( Create or Replace Directory ..) by concatenating the values of the envrionment variables set on the Oracle Database machine.
Please advise.
Regards