Thursday, December 24, 2009

How do I run the command-line interpreter?


Set two variables in your environment then run ’sqlplus’ with a single slash as the only argument.
% export ORACLE_HOME=/opt/oracle-9.2
% export TWO_TASK=acisora1
% sqlplus /

No comments: