Oracle TIPS 12
How to set Oracle Home directory.
the script was tested on Oracle 10g and uBuntu 9.04 system….
export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
export ORACLE_SID=XE
$ORACLE_HOME/bin/sqlplus /nolog
How to set Oracle Home directory.
the script was tested on Oracle 10g and uBuntu 9.04 system….
export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
export ORACLE_SID=XE
$ORACLE_HOME/bin/sqlplus /nolog