« 《循序渐进Oracle》再次重印 | Blog首页 | 孩子改变世界 »
ORA-00704 与 bootstrap 错误
作者:eygle |【转载时请以超链接形式标明文章出处和作者信息及本声明】链接:http://www.eygle.com/archives/2008/07/ora_00704_bootstrap_failed.html
今天有一个客户在升级数据库到10g之后遇到了如下错误:
ORA-00704: bootstrap process failure
ORA-00604: error occurred at recursive SQL level 1
ORA-01406: fetched column value was truncated
Error 704 happened during db open, shutting down database
USER: terminating instance due to error 704
Instance terminated by USER, pid = 20971
ORA-1092 signalled during: ALTER DATABASE OPEN...
一般来说,见到bootstrap错误都是很严重的故障,bootstrap过程失败数据库肯定就无法打开。很多时候bootstrap$表损坏也会导致bootstrap失败。
以上一系列错误说明在升级的过程中出现问题,升级是不完全的,从而导致数据库无法bootstrap。
可以尝试从备份中恢复数据库,再次进行升级。
记以录之。
-The End-
By eygle on 2008-07-03 16:07 | Comments (1) | Posted to Backup&Recovery | Edit |Pageviews:
搜索本站:
留言 (1)
直接用dbua升级是比较危险的.
看来,最好的还是先建好环境,在imp/impdp进数据好些.
Posted by: Hades at July 7, 2008 6:09 PM
