ORA-29807: specified operator does not exist
生活随笔
收集整理的這篇文章主要介紹了
ORA-29807: specified operator does not exist
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
dbca創(chuàng)建數(shù)據(jù)庫是出現(xiàn)兩個(gè)ORACLE的兩個(gè)錯(cuò)誤 1 ?ORA-29807: specified operator does not exist
? ? ?在數(shù)據(jù)庫創(chuàng)建過程的“創(chuàng)建數(shù)據(jù)字典視圖”階段中,您將接收到一個(gè) ORA-29807 錯(cuò)誤。如果您搜索日志文件,您將看到以下內(nèi)容: drop operator XMLSequence
? ? 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' scrīpt
? ? from $ORACLE_HOME/rdbms/admin independently, as the user SYS. It is also advised
? ? to run the 'utlrp.sql' scrīpt to ensure that there are no invalid objects in the database at this time. 修復(fù)這個(gè)BUG,登陸SQLPLUS # sqlplus "sys/system as sysdba" SQL*Plus: Release 9.2.0.4.0 - Production on Thu Nov 1 15:52:14 2007 Copyright (c) 1982, 2002, Oracle Corporation.?All rights reserved. Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production SQL>@/oracle/app/oracle/product/9.2.0.4/rdbms/admin/utlrp.sql 問題好象已經(jīng)解決
? ? ?在數(shù)據(jù)庫創(chuàng)建過程的“創(chuàng)建數(shù)據(jù)字典視圖”階段中,您將接收到一個(gè) ORA-29807 錯(cuò)誤。如果您搜索日志文件,您將看到以下內(nèi)容: drop operator XMLSequence
??? *?ERROR at line 1:
??? ORA-29807:specified operator does not exist
??? 這是一個(gè)已知的問題 (Bug:2686156),并且可被忽略。要繼續(xù)數(shù)據(jù)庫創(chuàng)建過程,請(qǐng)單擊 “Ignore” 按鈕
安裝完成后,在$ORACLE_HOME/rdbms/admin 目錄下運(yùn)行utlrp.sql ,用于修補(bǔ)ORA-29807 錯(cuò)誤。 解釋 ORA-29807: specified operator does not exist? ? 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' scrīpt
? ? from $ORACLE_HOME/rdbms/admin independently, as the user SYS. It is also advised
? ? to run the 'utlrp.sql' scrīpt to ensure that there are no invalid objects in the database at this time. 修復(fù)這個(gè)BUG,登陸SQLPLUS # sqlplus "sys/system as sysdba" SQL*Plus: Release 9.2.0.4.0 - Production on Thu Nov 1 15:52:14 2007 Copyright (c) 1982, 2002, Oracle Corporation.?All rights reserved. Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production SQL>@/oracle/app/oracle/product/9.2.0.4/rdbms/admin/utlrp.sql 問題好象已經(jīng)解決
總結(jié)
以上是生活随笔為你收集整理的ORA-29807: specified operator does not exist的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 高效程序猿之(三)VS2010快捷键(转
- 下一篇: Jira-Clone与发邮件的使用