Can I disable redo log for just one INSERT statement?
443470Apr 16 2006 — edited Apr 16 2010Hi,
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