In this Blog you can learn database, networking and cloud skills that will help you to understand Oracle Database and Non Oracle Database with extra key skill

Steps to Drop Database

No comments :
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;

No comments :

Post a Comment