ORA-13516 / ORA-06512 DBCA建庫,密碼特殊符號報錯

Oracle 11.2.0.4使用DBCA建庫,sys/system密碼使用了特殊符號結果安裝過程中報錯。

以下爲解決方法:

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;
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章