Friday, January 21, 2011

Oracle Drop Database

this should do the job:

sqlplus "sys as sysdba"
shutdown abort;
startup mount exclusive restrict;
drop database;
exit


No comments: