unset ORACLE_HOME unset ORACLE_SID export PATH=$BASE_PATH /u01/app/oracle/product/em13c/middleware/bin/emctl stop oms -all |
|
/u01/app/oracle/product/em13c/agentbase/agent_13.3.0.0.0/bin/emctl stop agent |
|
export ORACLE_HOME=$ORACLE_BASE/product/18.3.0/db_1 export ORACLE_SID=emrepos export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch::$BASE_PATH sqlplus / as sysdba |
|
shutdown immediate; exit |
|
lsnrctl stop |
|
export ORACLE_HOME=$ORACLE_BASE/product/18.3.0/db_1 export ORACLE_SID=emrepos export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch::$BASE_PATH sqlplus / as sysdba |
|
startup exit |
|
lsnrctl start |
|
unset ORACLE_HOME unset ORACLE_SID export PATH=$BASE_PATH /u01/app/oracle/product/em13c/middleware/bin/emctl start oms |
|
/u01/app/oracle/product/em13c/agentbase/agent_13.3.0.0.0/bin/emctl start agent |
|