Pages

Wednesday, July 3, 2019

Drop Database commands

export ORACLE_SID=ORADB
sqlplus / as sysdba
shutdown abort;
startup nomount;
alter database mount exclusive;
alter system enable restricted session;
drop database;
exit;

No comments:

Post a Comment