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 thistime.
解决方法:安装完成后,执行以下两个脚本后可解决:SQL> conn / as sysdbaConnected.SQL>@$ORACLE_HOME/rdbms/admin/prvtxml.plbSQL>@$ORACLE_HOME/rdbms/admin/utlrp.sqlAIX上安装Oracle 9i RAC出现Failed to start GSD on local nodeUbuntu下更改MySQL数据库文件的目录相关资讯 Oracle错误代码 ORA-29807
- Oracle错误代码大全 (02/16/2015 21:31:57)
- Oracle中登陆时报ORA-28000: the (03/06/2013 20:06:23)
- Oracle 11g startup时报ORA-03113 (02/21/2013 17:25:55)
| - Oracle Grid Control OUI-25031错 (03/09/2013 09:01:36)
- ORA-04091:触发器/函数不能读 (02/25/2013 08:28:13)
- Oracle错误 ORA-12514 解决方法 (02/18/2013 08:50:10)
|
本文评论 查看全部评论 (0)