Steps to Drop Database
Steps to Drop Database
1- Export database SID : export ORACLE_SID=database
2- Connect as sysdba : sqlplus / as sysdba
3- Start The database : SQL> startup
4- Shutdown the database : SQL> shutdown immediate;
5- Start in Exclusive mode : SQL> startup mount exclusive restrict ;
6- Drop the database : SQL> drop database;
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment