 | Logon as user <SID>adm |
 | Stop R/3 (not database, database must running) à by using
command: stopsap_00 r3 |
 | cd /oracle |
 | chgrp dba stage |
 | chown ora<SID> stage |
 | cd /oracle/stage |
 | mkdir stage_733 |
 | /<cdrom-mount>/UNIX/upgrade.ora |
 | cd $ORACLE_HOME |
 | rm rf orainst |
 | "cp -r /oracle/stage/stage_733/orainst orainst . " |
 | shutdown database by using command: sqldba lmode =y |
 | connect internal |
 | shutdown |
 | Check environment by using command: env (Check ORACLE_HOME and ORACLE_SID) |
 | $ORACLE_HOME/bin/tcpctl stop |
 | $ORACLE_HOME/bin/lsnrctl stop |
 | Make sure that all of process oracle and all of process tnsnames have been stoped (by
using command: ps ef |grep ora, and ps ef |grep tns) |
 | Setting Environment: setenv ORACLE_TERM vt100 |
 | setenv term vt100 |
 | cd $ORACLE_HOME/orainst |
 | cd /oracle/<SID>orainst |
 | ./del_ora.csh (for delete old version) |
 | ./orainst (Remember that directory workdir: /usr/tmp !!!) à
Install Oracle 7.3.3 |
 | cd /oracle/<SID>/orainst |
 | rm root.sh |
 | cp usrfl.log.7333 usrfl.log |
 | cd /$ORACLE_HOME/orainst |
 | ./orainst (For install patch of Oracle 7.3.3) and following the instruction |
 | After this, running /oracle/<SID>/bin/svrmgrl |
 | Connect internal |
 | Startup |
 | @/oracle/<SID>/orainst/postinst_733.sql |
 | exit |
 | lsnrctl start |
 | Running sqldba command, shutdown and startup the database. |