故障现象为某省结算库应用方在跑存储过程发现报错ora-30036:unabletoextendsegmentby8inundotablespaceundotbs1后进行了下面的一系列的排查分析:查看undo表空间
故障现象为某省结算库应用方在跑存储过程发现报错
ora-30036: unable to extend segment by 8 in undo tablespace 'undotbs1'
后进行了下面的一系列的排查分析:
wed jan 30 04:32:01 gmt+08:00 2013ora-01555 caused by sql statement below (sql id: 4ds6qq0mfac2t, query duration=5 sec, scn: 0x0c00.d915c977):
wed jan 30 04:32:01 gmt+08:00 2013select distinct file_name,to_char(file_name_time,:sys_b_00),a.operation_type_grade from t_file_info_81 a,t_file_class b ,t_file_stat
e c where ((a.rat_first_starttime >=:sys_b_01 and a.rat_first_starttime
or (a.rat_last_endtime >=:sys_b_03 and a.rat_last_endtime
or (a.rat_first_starttime = :sys_b_06 ) )
and ((a.rat_first_calling_nbr >=:sys_b_07 and a.rat_first_calling_nbr
or (a.rat_last_calling_nbr >= :sys_b_09 and a.rat_last_calling_nbr
or (a.rat_first_calling_nbr =:sys_b_12 ))
and a.file_name :sys_b_13 and a.file_class_id = b.file_class_id and b.operati