Привет, уважаемые,
Что бы это значило? :
Thu Nov 26 11:31:27 2009
ORA-1652: unable to extend temp segment by 4 in tablespace UNDOTBS
Thu Nov 26 11:31:27 2009
ORA-1652: unable to extend temp segment by 4 in tablespace UNDOTBS
ORA-1652: unable to extend temp segment by 4 in tablespace UNDOTBS
Какой такой TEMP нужен ораклу в UNDO ?
Ни трейсов, ни других сообщений нет ...
Исследуем:
SQL> select distinct segment_type from dba_extents where tablespace_name='UNDOTBS';
SEGMENT_TYPE
------------------
TYPE2 UNDO
SQL> select * from dba_extents where tablespace_name='UNDOTBS' and segment_type!='TYPE2 UNDO';
ПУСТО !
SQL> select count(*) from dba_extents where tablespace_name='UNDOTBS' and segment_type='TYPE2 UNDO';
COUNT(*)
----------
54734
SQL> select count(*) from dba_extents where tablespace_name='UNDOTBS';
COUNT(*)
----------
54734
Что за шутки юмора ?
Оракл 9.2.0.8