Hmmm .... MINEXTENTS now is 1 in stead of 10...Code:SQL> select segment_name,MIN_EXTENTS,MAX_EXTENTS 2 from sys.dba_rollback_segs; SEGMENT_NAME MIN_EXTENTS MAX_EXTENTS ------------------------------ ----------- ----------- SYSTEM 2 505 RBS0 8 8192 RBS1 8 8192 ... etc etc... RBS8 8 8192 RBS9 8 8192 RBS01 1 32765 RBS02 1 32765




Reply With Quote