Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Insert without redo log

Insert without redo log

From: Paul Martin <prmartin_at_bluewin.ch>
Date: Wed, 14 Feb 2001 18:38:20 +0100
Message-ID: <96eftq$946$1@bw107zhb.bluewin.ch>

Hello

This question might/does sound a bit strange :

Is there a way to do an Insert/Update without generating any redo log data. I would like the same reaction
as a Truncate - no rollback data, no redo log data - but for either an Insert or a Transaction.

The reason behind this question is that we have a batch process that inserts records into a temporary
table. If possible we don't want these inserts in the redolog data (or rollback) because they will not be needed even if the system crashes.

Anybody got any ideas ?

Many thanks

Paul Received on Wed Feb 14 2001 - 11:38:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US