This question sounds stupid, but the same it's got me thinking.
In upgrade, do you have to hit ENTER at the shell after
setting the environmental variable, SID,etc. Or all need to be done in
one line? I other words, should it look like the EXAMPLE 1 or EXAMPLE 2?
EXAMPLE ONE
------------
ORACLE_HOME=/oracle/zed/news/product/8.1.6;export ORACLE_HOME
ORACLE_SID=REPORTS;export ORACLE_SID
PATH=$PATH:$ORACLE_HOME/bin;export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME/jlib
export CLASSPATH
EXAMPLE TWO
-------------
nationalnews oracle REPORTS /home/oracle
$ORACLE_HOME=;;export ORACLE_HOME
Bookmarks