Thursday, May 22, 2008

Drop database

Removing a 10g database is really simple with the commando drop database. All files are removed from the OS.
shutdown abort;
startup mount exclusive restrict;
drop database;

1 comment:

comment