« 有多少最大-谷歌将建世界最大个人数据库 | Blog首页 | 安装了Oracle10g 10.2.0.3 感受众多BUG »
DBA警示录:Move数据表与索引重建
作者:eygle |【转载时请务必以超链接形式标明文章原始出处和作者信息及本声明】链接:http://www.eygle.com/archives/2007/05/move_access1_bootstrap_failed.html
昨天在ITPUB上再次看到一个由Move操作引发的故障。
导致故障的原因是:
对表做了move后,没有rebuild index,然后就关闭数据库了,导致数据库不能重新启动
此时Alert文件中记录了如下信息:
Errors in file /space/oracle/admin/test/udump/test_ora_22836.trc:
ORA-00704: bootstrap process failure
ORA-00604: error occurred at recursive SQL level 1
ORA-01502: index 'SYS.I_ACCESS1' or partition of such index is in unusable state
Mon May 28 16:31:10 2007
Error 704 happened during db open, shutting down database
USER: terminating instance due to error 704
Instance terminated by USER, pid = 22836
ORA-1092 signalled during: ALTER DATABASE OPEN...
上一次见到类似的事故是在2005-11-18,已经快2年的时间,所以怎么说呢,应该说事故并非多发。
不过还是有必要提醒一下大家:
SYS的对象最好不要轻易Move,出于谨慎以及对于DBA的基本要求,如果真要操作SYS对象,一定要做好完备的测试。当然数据库的备份是必不可少的。
-The End-
By eygle on 2007-05-29 09:05 | Comments (0) | Posted to Beginner | Edit |Pageviews:
网上相关主题:
