How to drop an Oracle database using SQL Plus commands
How to drop an Oracle database using SQL Plus commands:
1- Setup your Oracle SID
In this example my database SID is DB01.
Shutdown the database:
Start up your database in mount - exclusive - restrict mode:
Now issue the drop database command.
During the drop database command your data files and control files will be erased from your operation system.