Thu Nov 17 01:55:30 2005 Errors in file /dcdb/admin/hidc/udump/hidc_ora_56602.trc:
ORA-00704: bootstrap process failure ORA-00604: error occurred at recursive level 1 ORA-01502: index 'SYS.I_DEPENDENCY1' or partition of such index is in unusable state
这一问题的根本原因在于,启动过程中,会进行如下验证: select owner#,name,namespace,remoteowner,linkname, p_timestamp,p_obj#, d_owner#, nvl(property,0),subname from dependency$,obj$ where d_obj#=:1 and p_obj#=obj#(+) order by order#
这里的'INDEX UNIQUE SCAN OBJ#(36)"就导致了最后的错误: ORA-00704: bootstrap process failure ORA-00604: error occurred at recursive level 1 ORA-01502: index 'SYS.I_DEPENDENCY1' or partition of such index is in unusable state EXEC #1:c=0,e=633371,p=39,cr=619,cu=1,mis=0,r=0,dep=0,og=2,tim=1105782888673612 ERROR #1:err=1092 tim=1563018104