Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can I disable redo log for just one INSERT statement?

443470Apr 16 2006 — edited Apr 16 2010
Hi,

I need to warehouse 40,000,000 records into one table. When I run the following command:

INSERT INTO …… SELECT …

The command takes hours and the monitoring tools show significant increase of redo log.

Can I disable the redo log for just one INSERT statement?

Is it the best way to improve the performance of this ISERT statement?

Thank you,
Alan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2006
Added on Apr 16 2006
1 comment
1,204 views