Sunday 1 December 2013

Drop Database

How to Drop Oracle 10g/11g Database

SQL> startup mount restrict
ORACLE instance started.

Total System Global Area 6413680640 bytes
Fixed Size 2240344 bytes
Variable Size 452985000 bytes
Database Buffers 5939134464 bytes
Redo Buffers 19320832 bytes
Database mounted.
SQL> select name from v$database;

SQL> drop database;

No comments:

Post a Comment