您好,登錄后才能下訂單哦!
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;
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。