On Oct 6, 6:15 am, chris.br...@providentinsurance.co.uk wrote:
> I am working on a 10.2.0.3 ee database on windows 2003
>
[quoted text clipped - 26 lines]
> cheers
> Chris B
Chris, first question, what tablespace is table insert_failure_log
created in? Second question, are you running RAC? (Each instance
would need its own undo tablespace)
Here is a query that will show you what rbs segments are in use in
which tablespaces: (add instance_num if RAC)
select segment_name, tablespace_name, status
from dba_rollback_segs
order by tablespace_name, segment_name
HTH -- Mark D Powell --