码迷,mamicode.com
首页 > 数据库 > 详细

ORA-13516 / ORA-06512 DBCA建库,密码特殊符号报错

时间:2019-06-21 15:40:24      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:alt   require   follow   info   error   creat   结果   sed   pwd   

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;

ORA-13516 / ORA-06512 DBCA建库,密码特殊符号报错

标签:alt   require   follow   info   error   creat   结果   sed   pwd   

原文地址:https://blog.51cto.com/roidba/2411988

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!