shutdown abort;
startup mount exclusive restrict;
drop database;
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.
Subscribe to:
Post Comments (Atom)

![Validate my Atom 1.0 feed [Valid Atom 1.0]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwsk0jkCpg60orkOvHQLaU5Kfnb72Q4Fv59o0rzOSTRknWzbGrBmh31ZjGOZdIt4C_wLVtBkWfFwG5eMfJQQ1E7MlTWYYZhWtFG6ndJemCWSu5DypAo_UP6u1Y20xCR_N-ksYP5OzvrUkE/s400/valid-atom.png)
drop database including backups noprompt;
ReplyDelete