oracle 11.2.0.4使用DBCA建库,sys/system密码使用了特殊符号结果安装过程中报错。 以下为解决方法: APPLIES TO: Oracle Database - Standard E
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;
--结束END--
本文标题: ORA-13516 / ORA-06512 DBCA建库,密码特殊符号报错
本文链接: https://lsjlt.com/news/45583.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0