I am populating an existing but empty table using an insert into (target table name) select * from (source table name). The source table contains about 106 MB of data. The transaction has been running for several hours and has generated more than 400 MB of rollback. Is this expected behavior?
I wish Oracle would add an "unrecoverable" clause to some SQL statements; its rollback mechanisms generate lots of pain and suffering.
I wish Oracle would add an "unrecoverable" clause to some SQL statements; its rollback mechanisms generate lots of pain and suffering.