shutdown immediate;   關(guān)閉數(shù)據(jù)庫 Database closed. Database dismounted. ORACLE i..."/>
溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

刪除數(shù)據(jù)庫的方法

發(fā)布時間:2020-08-13 21:20:01 來源:ITPUB博客 閱讀:164 作者:波仔strong 欄目:關(guān)系型數(shù)據(jù)庫
1.使用dbca
2.使用sql語句刪除

SQL> shutdown immediate;   關(guān)閉數(shù)據(jù)庫
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup nomount restrict;       切換到nomount模式且為exclusive模式
ORACLE instance started.
Total System Global Area 1640484864 bytes
Fixed Size            1345296 bytes
Variable Size          973080816 bytes
Database Buffers      654311424 bytes
Redo Buffers           11747328 bytes

SQL> alter database mount exclusive;   將數(shù)據(jù)庫設(shè)置為受限模式
Database altered.

SQL> drop database;  刪除數(shù)據(jù)庫
Database dropped.





向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI