Hi All,
We have Red hat 6.5.
We have oracle 11.2.0.4.We often use sqlplus ,sqlloader and expdp.
We have set OS environment variables like ORACLE_HOME,ORACLE_SID etc. We have many environment variables for the reporting purpose.
We have also use sqlplus variables ( select 'begin db_name = ' || db_name from v$database' ).
and plsql also.
1,How to pass OS environment variables into sqlplus and plsql
2,How to pass sqlplus variables into OS prompt?
For Ex : select 'begin db_name = ' || db_name from v$database;
db_name is variable name and its values Test.
How to pass those variable name db_name and its value Test to OS prompt?
3,How to pass plsql variables into OS prompt?
Any Suggestions
Thanks & Regards,