-- Drop database
SQL> startup nomount restrict
ORACLE instance started.
Total System Global Area 2684354560 bytes
Fixed Size 2098688 bytes
Variable Size 1090521600 bytes
Database Buffers 1577058304 bytes
Redo Buffers 14675968 bytes
SQL> alter database mount;
Database altered.
SQL> drop database;
Database dropped.
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
반응형
'Oracle' 카테고리의 다른 글
Rule Base Optimizer (0) | 2019.03.03 |
---|---|
[Oracle] How to enable/disable a scheduled job? (0) | 2019.03.02 |
[RMAN] Check Backup status (rman) (0) | 2018.11.29 |
Oracle SQLT utility (0) | 2018.11.28 |
[Oracle] Global name setting when db links doesn't work without ".world" (0) | 2018.11.27 |