Tuesday, February 26, 2013

ORACLE - DROP DATABASE

How to drop database in Oracle ?

SQL> startup mount restrict;ORACLE instance started.
Total System Global Area 1043886080 bytes
Fixed Size                  2234960 bytes
Variable Size             717227440 bytes
Database Buffers          318767104 bytes
Redo Buffers                5656576 bytes
Database mounted.
SQL> drop database;
Database dropped.

No comments:

Post a Comment