ORACLE問題彙總--持續更新中。。。

ORA-29807: specified operator does not exist


這是Oracle 的bug , 可以忽略掉,安裝完成後,在$ORACLE_HOME/rdbms/admin 目錄下運
行utlrp.sql ,用於修補ORA-29807 錯誤。
解釋:
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' 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.
 
$ dbca
Fatal: Stack size too small. Use 'ulimit -s' to increase default stack size.
/u01/oracle/bin/dbca: line 124:  4692 Aborted                 $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
解決: vi /u01/oracle/bin/dbca (增加紅色字體部分)
123 $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysma    n.assistants.dbca.Dbca $ARGUMENTS
124 ulimit -s
125 fi
 
 TNS-12537: TNS:connection closed
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
 
 
解決安裝oracle 10g安裝過程及isqlplus字體亂碼問題:(此解決方法由長沙易劍原創,轉載請註明出處)
#mkdir -P /usr/share/fonts/zh-CN/TrueType/
#cd /usr/share/fonts/zh-CN/TrueType/
#cp ../../Chinese/TureType/uming.ttf ./zysong.ttf
 
 
em亂碼問題:
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章