Hello,
I am using statements of the form
'insert into table_a select * from table_b'
to copy data from a prod db to a test db.
Some of my tables are so huge that the statement will fail with a 'ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1''.
What can I do to avoid this error? Is there a way to force a commit say after 10000 records?
TIA-
Alex-
I am using statements of the form
'insert into table_a select * from table_b'
to copy data from a prod db to a test db.
Some of my tables are so huge that the statement will fail with a 'ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1''.
What can I do to avoid this error? Is there a way to force a commit say after 10000 records?
TIA-
Alex-