簡單過程如下,10g版本以上,資料庫要處於mount狀態,restricted 模式下
sys@standby3(dtydb5)> shutdown
資料庫已經關閉。
已經解除安裝資料庫。
oracle 例程已經關閉。
sys@standby3(dtydb5)> startup mount;
oracle 例程已經啟動。
total system global area 3140026368 bytes
fixed size 2230600 bytes
variable size 771753656 bytes
database buffers 2348810240 bytes
redo buffers 17231872 bytes
資料庫裝載完畢。
sys@standby3(dtydb5)> drop database;
drop database
*第 1 行出現錯誤:
ora-12719: 操作要求資料庫處於 restricted 模式下
sys@standby3(dtydb5)> alter system enable restricted session;
系統已更改。
sys@standby3(dtydb5)> drop database;
資料庫已刪除。
說明:1,10g以上才能有drop database命令
2,the drop database command deletes these files from operating system.
* datafiles
* online redo log files
* controlfiles
* spfile (if it exists)
the drop database command does not delete the following files:
* init.ora (text version of the oracle initialization file)
* password file
* entries in listener files
* entries in oratab file
3,win nt環境下檔案不會自動刪除
手工刪除資料庫 drop database
簡單過程如下,10g版本以上,資料庫要處於mount狀態,restricted 模式下 sys standby3 dtydb5 shutdown 資料庫已經關閉。已經解除安裝資料庫。oracle 例程已經關閉。sys standby3 dtydb5 startup mount oracle 例程已經...
手工刪除資料庫drop database
手工刪除資料庫drop database 簡單過程如下,10g版本以上,資料庫要處於mount狀態,restricted 模式下 sys standby3 dtydb5 shutdown 資料庫已經關閉。已經解除安裝資料庫。oracle 例程已經關閉。sys standby3 dtydb5 star...
Oracle資料庫 刪除資料庫
1 單擊 開始 oracle oradb12home1 database configuration assistant 進入刪除步驟的第一步,選擇 刪除資料庫 2 單擊 下一步 按鈕,如圖所示。在資料庫列表中選擇需要刪除的資料,例如test,並輸入使用者名稱和口令。3 單擊 下一步 按鈕,開啟 管...