drop database

sqlplus / as sysdba

SQL> shutdown immediate;
oracle database closed
oracle database dismounted
oracle instance shutdown

SQL> startup restrict mount;

SQL> drop database;

Database dropped

SQL> exit

Thus u will find that all the files associated with the database will be deleted.

你可能感兴趣的:(database)