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.

猜你喜欢

转载自vivus.iteye.com/blog/1758414
今日推荐