Oracle 9i RAC建库过程报错:ORA-29807: specified operator
Oracle 9i RAC建库过程报错:ORA-29807: specified operator does not exist
这是oracle bug,针对这个bug描述如下:
This is a known issue (bug 2925665). You can click on the "Ignore" button to continue.
Once DBCA has completed database creation, remember to run the 'prvtxml.plb' script. from
$ORACLE_HOME/rdbms/admin independently, as the user SYS. It is also advised to run the
'utlrp.sql' script. to ensure that there are no invalid objects in the database at this
time.
解决方法:
安装完成后,执行以下两个脚本后可解决:
SQL> conn / as sysdba
Connected.
SQL>@$ORACLE_HOME/rdbms/admin/prvtxml.plb
SQL>@$ORACLE_HOME/rdbms/admin/utlrp.sql
相关推荐
LuoXinLoves 2020-08-09
dataminer 2020-06-21
lklong 2020-11-22
oraclemch 2020-11-06
shilukun 2020-10-10
周嘉笙 2020-11-09
iilegend 2020-10-19
EricRay 2020-10-16
zhuzhufxz 2020-09-16
dataminer 2020-08-17
bfcady 2020-08-16
Hody 2020-08-16
FightFourEggs 2020-08-16
数据库设计 2020-08-16
Seandba 2020-08-16
Omega 2020-08-16
zjyzz 2020-08-16
yanghuatong 2020-08-16