oracle 10201升级到10204后出现下现问题
SQL> startup
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
alert
Errors in file /oracle/admin/mydb2/udump/mydb2_ora_5811.trc:
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Mon Mar 2 06:11:29 2009
Error 704 happened during db open, shutting down database
USER: terminating instance due to error 704
Instance terminated by USER, pid = 5811
ORA-1092 signalled during: alter database open...
解决方法:
SQL> startup upgrade
重建数据字典表
SQL> @?/rdbms/admin/catupgrd.sql
编译失效对象
SQL>@?/rdbms/admin/utlrp.sql
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7490392/viewspace-1024880/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/7490392/viewspace-1024880/
本文介绍了Oracle10g从10.2.0.1版本升级到10.2.0.4版本后遇到的问题及解决办法。主要问题是启动数据库时出现ORA-01092和ORA-00704错误。解决步骤包括使用upgrade模式启动实例、重建数据字典表以及编译失效的对象。
2649

被折叠的 条评论
为什么被折叠?



