Fahad Khan's Oracle Blog
Pages
Home
About Me
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment