You should check the PCT_INCREASE for the ORAAUDIT.AUDIT_DDL_LOG table. If it is set high it will try to grow the size of each new extent.
select PCT_INCREASE from dba_tables
where owner='ORAAUDIT' and
table_name='AUDIT_DDL_LOG';
|
Results 1 to 10 of 17
Threaded View
|
Click Here to Expand Forum to Full Width |