Hi all,
I'm getting these following error when I tryed to delete a table which has about 70000 records. Now I do understand that the space available for the rollback segment RB4 is not enough. My question is how can I figured out the size of the rollback segment should be? Secondly is it a better practise to have separate rollback segment for each tablespace in the database? Right now all the rollback segments are pointing to the system tablespace.
ORA-01562 failed to extend rollback segment number string
ORA-01628 max # RB4 extents (500) reached for rollback segment string
Thank you!
I'm getting these following error when I tryed to delete a table which has about 70000 records. Now I do understand that the space available for the rollback segment RB4 is not enough. My question is how can I figured out the size of the rollback segment should be? Secondly is it a better practise to have separate rollback segment for each tablespace in the database? Right now all the rollback segments are pointing to the system tablespace.
ORA-01562 failed to extend rollback segment number string
ORA-01628 max # RB4 extents (500) reached for rollback segment string
Thank you!