export ORACLE_HOME=/oracle/oracle11g
$ORACLE_HOME/bin/sqlplus "username/password@ORACLE-SID as sysdba" <<EOF
spool $ORACLE_HOME/DBA_SCRIPTS/post-thaw.log;
alter database end backup;
spool off;
EOF
×
export ORACLE_HOME=/oracle/oracle11g
$ORACLE_HOME/bin/sqlplus "username/password@ORACLE-SID as sysdba" <<EOF
spool $ORACLE_HOME/DBA_SCRIPTS/post-thaw.log;
alter database end backup;
spool off;
EOF
Loading...