12c 應答方式安裝資料庫的一點補充already exists. Specify another SID
今天刪除資料庫時採用了drop database語句,從新安裝時遇到錯誤:“The Oracle system identifier(SID) "cdb" already exists. Specify another SID.”,該錯誤是因為刪除時候沒有清理/etc/oratab檔案,該檔案中記錄了之前資料庫的啟動資訊。
手工清理這行資訊問題解決,下面還原操作過程
刪除可插拔資料庫
SYS@cdb > shutdown immediate;
SYS@cdb > startup mount restrict;
SYS@cdb > drop database;
重新建立可插拔資料庫
[oracle@snow response]$ dbca -silent -createDatabase -responseFile /home/oracle/orainst/12.1.0.1/database/response/cdb_pdb.rsp
Enter SYS user password:
Enter SYSTEM user password:
Enter PDBADMIN User Password:
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/cdb.log" for further details.
檢視錯誤日誌提示沒刪除“乾淨”
[oracle@snow response]$ more /u01/app/oracle/cfgtoollogs/dbca/cdb.log
The Oracle system identifier(SID) "cdb" already exists. Specify another SID.
/ has enough space. Required space is 8260 MB , available space is 25210 MB.
File Validations Successful.
問題出現在/etc/oratab檔案中,看看裡面的內容還包含之前資料庫例項的啟動資訊。手動將其清除,再次嘗試安裝。
$ cat /etc/oratab |grep cdb
cdb:/u01/app/oracle/product/12.1.0.1/db_1:N
$ cat /etc/oratab | grep cdb
# cdb:/u01/app/oracle/product/12.1.0.1/db_1:N <==註釋掉
清除上述問題後重試成功
[oracle@snow response]$ dbca -silent -createDatabase -responseFile /home/oracle/orainst/12.1.0.1/database/response/cdb_pdb.rsp
Enter SYS user password:
Enter SYSTEM user password:
Enter PDBADMIN User Password:
Copying database files
1% complete
2% complete
8% complete
13% complete
19% complete
24% complete
27% complete
Creating and starting Oracle instance
29% complete
32% complete
33% complete
34% complete
38% complete
42% complete
43% complete
45% complete
Completing Database Creation
48% complete
51% complete
53% complete
62% complete
70% complete
72% complete
Creating Pluggable Databases
78% complete
100% complete
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/cdb/cdb11.log" for further details.
[oracle@snow response]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Mon Mar 2 17:33:40 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SYS@cdb > show pdbs;
CON_ID CON_NAME OPEN MODE RESTRICTED
---------- ------------------------------ ---------- ----------
2 PDB$SEED READ ONLY NO
3 PDB1 READ WRITE NO
全文完
SYS@cdb > show pdbs;
CON_ID CON_NAME OPEN MODE RESTRICTED
---------- ------------------------------ ---------- ----------
2 PDB$SEED READ ONLY NO
3 PDB1 READ WRITE NO
全文完
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8494287/viewspace-1448853/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 12c 應答方式安裝 (一)資料庫軟體資料庫
- Oracle 12c裡的幾點補充(一)Oracle
- 12c 應答方式安裝 (二) 建立cdb+pdb+netca
- Oracle 12c資料庫安裝Oracle資料庫
- tar方式安裝資料庫資料庫
- Oracle資料庫PSU補丁安裝Oracle資料庫
- RPM方式安裝oracle資料庫Oracle資料庫
- 面試題抽答(補充)面試題
- 使用應答檔案安裝Oracle11g資料庫(RedHat6.5)Oracle資料庫Redhat
- RMAN高階應用之Duplicate複製資料庫(5)補充資料庫
- Oracle安裝軟體及建立資料庫(字元安裝方式)Oracle資料庫字元
- [20170527]12c連線外掛資料庫使用sid資料庫
- 更改Oracle資料庫的SIDOracle資料庫
- git使用報錯fatal: remote origin already exists.GitREM
- linux——學習1the home directory already exists.Linux
- mysql資料庫常用命令(補充)MySql資料庫
- Oracle 12C 單例項資料庫靜默安裝Oracle單例資料庫
- omnet6.0.1安裝補充
- 摘:Oracle資料庫補丁分類、安裝及管理Oracle資料庫
- exadata vmwate 安裝資料庫節點資料庫
- 關於12c安裝後打補丁
- 使用靜默方式安裝11g資料庫資料庫
- 怎樣查得資料庫的SID ?資料庫
- JavaScript核心程式設計(一點點補充)JavaScript程式設計
- 靜默方式安裝、升級oracle(二): 建立資料庫Oracle資料庫
- 【操作】資料庫部分升級到10.2.0.3(補充)資料庫
- Windows系統安裝Mariadb資料庫(zip包方式安裝)--九五小龐Windows資料庫
- 12c 簡單至極的靜默方式建立資料庫資料庫
- 關於Quick.logger的一點點補充UI
- 2 Day DBA-安裝Oracle資料庫並建立一個資料庫-安裝選項Oracle資料庫
- windows系統下PHP7.X(7.2/7.3)安裝sql server資料庫擴充套件的方式方法WindowsPHPSQLServer資料庫套件
- 靜默方式安裝、升級oracle(三): 升級資料庫軟體及資料庫Oracle資料庫
- PostgreSQL資料庫管理系列之一——安裝SQL資料庫
- 安裝jive中的一個資料庫問題?資料庫
- MongoDB資料庫安裝MongoDB資料庫
- Redis 資料庫安裝Redis資料庫
- oricle資料庫安裝資料庫
- GreenPlum資料庫安裝資料庫