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

Home -> Community -> Mailing Lists -> Oracle-L -> NOLOGGING/LOGGING

NOLOGGING/LOGGING

From: <SRAJENDRAN_at_nlfs.com>
Date: Mon, 14 May 2001 09:13:35 -0700
Message-ID: <F001.00302A27.20010514083622@fatcity.com>

I am
curious to know if the NOLOGGING option would work in an update or insert statement, I mean by using NOLOGGING in an update statement can writes to the redo log be turned off for a particular update or insert operation for that matter.  Specially for huge updates where heavy log switches are possible filling up the archive log directory.
Please
let me know if this can be done.
<SPAN

class=114332115-14052001> 
<SPAN

class=114332115-14052001>example in a situation where 10 Million rows need to updated.
<SPAN

class=114332115-14052001> 
update
temp NOLOGGING
set
zip=11003
where
city='Boston'
<SPAN

class=114332115-14052001>/
<SPAN

class=114332115-14052001> 
<SPAN

class=114332115-14052001> 
Thank
you
 
<SPAN

class=114332115-14052001>  Received on Mon May 14 2001 - 11:13:35 CDT

Original text of this message

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