如何不使用DBCA在Oracle 11中刪除資料庫
本文簡短的教程,將會向你展示如何不使用DBCA(資料庫配置助手)在Oracle 11中刪除資料庫。
1- 匯入資料庫的SID,如果沒有定義的話
export ORACLE_SID=database
2- 以作業系統認證連線資料庫
[oracle@Oracle11 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 1 17:38:02 2014 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to an idle instance.
3- 啟動資料庫例項
SQL> startup ORACLE instance started. Total System Global Area 3340451840 bytes Fixed Size 2217952 bytes Variable Size 1828718624 bytes Database Buffers 1493172224 bytes Redo Buffers 16343040 bytes Database mounted. Database opened.
4- 關閉資料庫
SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down.
5- 啟動獨佔模式
SQL> startup mount exclusive restrict ORACLE instance started. Total System Global Area 3340451840 bytes Fixed Size 2217952 bytes Variable Size 1828718624 bytes Database Buffers 1493172224 bytes Redo Buffers 16343040 bytes Database mounted.
6- 刪除資料庫
SQL> drop database; <br>Database dropped. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
完成!
via: http://www.unixmen.com/drop-database-oracle-11-without-using-dcba/
作者:M.el Khamlichi 譯者:VicYu/Vic020 校對:wxy
相關文章
- dbca刪除資料庫時選項灰色資料庫
- windows下Oracle資料庫完全刪除WindowsOracle資料庫
- 刪除linux下的oracle資料庫LinuxOracle資料庫
- [Oracle]Oracle資料庫資料被修改或者刪除恢復資料Oracle資料庫
- oracle資料庫建立、刪除索引等操作Oracle資料庫索引
- 恢復Oracle資料庫誤刪除資料的語句Oracle資料庫
- SQL Server無法刪除資料庫 "xxx",因為該資料庫當前正在使用(如何刪除一個Sql Server資料庫)SQLServer資料庫
- oracle刪除重資料方法Oracle
- 2.3.1 有關使用DBCA建立資料庫資料庫
- indexedDB 刪除資料庫Index資料庫
- 2.11 刪除資料庫資料庫
- Oracle OCP(36):DBCA建庫Oracle
- 如何刪除資料庫下的所有表(mysql)資料庫MySql
- 【資料庫資料恢復】LINUX環境下ORACLE資料庫誤刪除的資料恢復資料庫資料恢復LinuxOracle
- 如何使用 EF Core 7 批次刪除資料
- 【北亞資料恢復】誤刪除oracle表和誤刪除oracle表資料的資料恢復方法資料恢復Oracle
- oracle徹底刪除資料檔案Oracle
- ORACLE刪除-表分割槽和資料Oracle
- Laravel 資料庫裡的資料刪除Laravel資料庫
- Oracle資料庫中convert()函式,在瀚高資料庫中如何替換使用?Oracle資料庫函式
- 刪除當前資料庫連線使用者資料庫
- Oracle12c資料庫連結匯出與刪除(DatabaseLink)Oracle資料庫Database
- linux和windows作業系統下完全刪除oracle資料庫LinuxWindows作業系統Oracle資料庫
- 【oracle資料庫資料恢復】誤操作導致的資料庫誤刪除的資料恢復案例Oracle資料庫資料恢復
- 【資料庫資料恢復】HP-UX系統ORACLE資料庫被誤刪除的資料恢復資料庫資料恢復UXOracle
- 2.13.3 使用 Oracle Wallet 實現在DBCA中使用身份驗證Oracle
- 2.3.2 關於使用互動式DBCA建立資料庫資料庫
- Oracle、mysql資料庫增、刪、改OracleMySql資料庫
- 6.12php對資料庫的刪除和批量刪除PHP資料庫
- Oracle10g刪除資料檔案Oracle
- Oracle 11g刪除庫重建Oracle
- 2.3 通過DBCA建立資料庫資料庫
- MongoDB資料庫中更新與刪除資料MongoDB資料庫
- 當刪除oracle資料庫user時發生row cache lock 等待事件Oracle資料庫事件
- 伺服器如何使用linux命令刪除資料夾伺服器Linux
- 如何徹底刪除資料?AweEraser新手使用小技巧
- oracle級聯刪除使用者,刪除表空間Oracle
- indexedDB 刪除物件倉庫所有資料Index物件
- PostgreSQL:資料庫的建立與刪除SQL資料庫