Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lots of Rollback!

Status
Not open for further replies.

pdalberth

IS-IT--Management
Nov 22, 2000
13
US
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.
 
Is this not possible? create table table_name unrecoverable as select * from other_table?

The unrecoverable goes after the storage clause of the table. This is allowed in 7.3.4 which version are you running?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top