Sunday, June 21, 2020

Database shutdown shell script

Database shutdown shell script



vi stopdb.sh

lsnrctl stop
${ORACLE_HOME}/bin/sqlplus / as sysdba<<END
shutdown immediate
exit
END

No comments:

Post a Comment