Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: NOLOGGING/LOGGING
Thanks Rajaram !
Here's the bottom line :
NOLOGGING doesn't apply to conventional DML at all ! It applies only to CREATE/ALTER objects and Direct Load Inserts such as using SqlLoader or INSERT as SELECT
-----Original Message-----
Sent: Monday, May 14, 2001 10:56 AM
To: Multiple recipients of list ORACLE-L
There was similar Q from Vikas_at_innoventry a few days back
You cannot turn off logging.
Reason: Search through your mails dated 3 days back.
Rajaram.
-----Original Message-----
From: SRAJENDRAN_at_nlfs.com [SMTP:SRAJENDRAN_at_nlfs.com]
Sent: Monday, May 14, 2001 12:36 PM
To: Multiple recipients of list ORACLE-L Subject: NOLOGGING/LOGGING
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.
example in a situation where 10 Million rows need to updated.
update temp NOLOGGING
set zip=11003
where city='Boston'
/
Thank you
NetZero Platinum
No Banner Ads and Unlimited Access
Sign Up Today - Only $9.95 per month!
http://www.netzero.net
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Rajaram
INET: rajaram_k_at_netzero.net
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon May 14 2001 - 12:33:43 CDT