DBCA建庫報錯 ORA-13516 / ORA-06512
DBCA fails in the middle of database creation with
ORA-13516 / ORA-06512 (文件 ID 1929718.1)
In this Document
Symptoms
Cause
Solution
Applies to:
Oracle Database - Standard
Edition - Version 11.2.0.2 to 11.2.0.4 [Release 11.2]
Information in this document
applies to any platform.
Symptoms
DBCA fails while in the
middle of creating the database with the following errors
ORA-13516: AWR Operation
failed: CATPROC not valid
ORA-06512: at
"SYS.DBMS_SWRF_INTERNAL", line 206
ORA-06512: at
"SYS.DBMS_SWRF_INTERNAL", line 239
ORA-06512: at line 1
Cause
ORA-13516 DURING DB
CREATION WHEN DB PWD CONTAINS " " (SPACE) CHARACTER Bug ID 8633879
This Bug is suspended due to
lack of required information, but the issue is solved by using workaround
(removing the space and the special characters used in the passwd)
Solution
Do not include any spaces or
special characters in the password,
If you are particular with the
passwords, then you can reset the passwords once the database is created. Eg:
conn / as sysdba
alter user USERNAME identified
by PWD;
上面講到密碼中包含空格或是特殊字元就可能會在dbca時出現以上錯誤.在建庫的時候要避免使用空格或是特殊字元.當然和密碼中特殊字元相關的錯誤,也可能出現在rman中等.
根據這篇文章.個人覺得,oracle的密碼,最好是隻包含數字,字母,和($,#,_)這三個特殊字元,並且以字母開頭會比較好.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25583515/viewspace-2146408/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 9i DBCA建庫報錯Oracle
- DBCA建庫報錯ORA-119
- 【故障處理】 DBCA建庫報錯CRS-2566
- Oracle 10.2.0.5 DBCA建庫報錯ORA-27125Oracle
- dbca建立資料庫時報錯ORA-13516: AWR Operation failed: CATPROC not valid資料庫AI
- DBCA建庫出現CHMOD NOT FOUND錯誤
- 手工建庫與dbca建庫
- 建庫的過程中DBCA報錯,錯誤號為ORA-12547
- DBCA 建庫執行報錯ora-12547 ----深刻的教訓
- ORA-00922: 選項缺失或無效 dbca 建庫報錯
- oracle 10g 在AIX5.3 dbca建庫 報錯 ORA-12547Oracle 10gAI
- dbca -silent -responsefile 建庫由於tmpfs太小報錯ORA-27102: out of memory
- Oracle OCP(36):DBCA建庫Oracle
- DBCA靜默方式建庫
- 【問題處理】dbca建庫過程中報 ORA-04031錯誤的排查
- OGG抽取程式報錯ORA-06512
- DBCA建庫導致已有資料庫出現ORA-27140錯誤資料庫
- DBCA建庫時找不到ASM磁碟ASM
- 拋開dbca,手動建庫步驟
- Windows 2003 + Oracle 10.2.0.4 DBCA 建庫時報錯ORA-28547WindowsOracle
- DBCA啟動報錯Java.Lang.NoclassdeffounderrorJavaError
- DBCA響應檔案建庫報模版不存在解決辦法
- Oracle 11g ASM 單例項安裝 DBCA 建庫 報錯 ORA-12547: TNS:lost contactOracleASM單例
- 執行dbca命令的時候報錯了
- oracle 10.2.0.3 dbca建庫報Failed to retrieve size of raw device 問題解決方法OracleAIdev
- 在suse9上安裝oracle9204_dbca建庫出錯_歸結Oracle
- 【DBCA】windows2016標準版 dbca建立資料庫報錯,DIM-00019 OS 1053Windows資料庫
- 不使用dbca進行手工建庫的過程
- xmanger連線,DBCA建庫花了三個小時?
- 使用DBCA建立資料庫時,報告錯誤:ORA-12547: TNS: lost contact錯誤資料庫
- DBCA靜默建庫中的兩個小問題
- DBCA靜默方式建庫及啟用歸檔模式模式
- 建庫時EM報錯的解決辦法
- ORACLE 使用DBCA安裝資料庫出現錯誤Oracle資料庫
- oracle RAC dbca的時候報錯提示cluster nodes are not accessibleOracle
- 11GR2執行DBCA報錯誤(打補丁)
- oracle 10G rac 執行dbca 報錯處理方法Oracle 10g
- dbca靜默silent建立資料庫_空間不足出錯資料庫