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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: NOLOGGING creates txns in redo/archive logs

Re: NOLOGGING creates txns in redo/archive logs

From: Janet Schmitt 265-3334 <schmitt_at_admin.uwex.edu>
Date: Tue, 01 May 2001 07:46:04 -0700
Message-ID: <F001.002F65E7.20010501073023@fatcity.com>

John -

I had this same question not too long ago. This is what I found in the documentation.

Only the following operations can make use of the NOLOGGING option:

  alter table...move partition 
  alter table...split partition 
  alter index...split partition 
  alter index...rebuild 
  alter index...rebuild partition 

  create table...as select
  create index
  direct load with SQL*Loader
  direct load INSERT

  Other SQL statements (such as UPDATE, DELETE, conventional path   INSERT, and various DDL statements not listed above) are unaffected   by the NOLOGGING attribute of the schema object.

HTH. Janet Schmitt.

>
>
> I have been testing logminer and noticed that when I alter a table to
> NOLOGGING, txns are still recorded in the redo/archive logs. I thought
> NOLOGGING was NOT supposed to do this.
>
> Anyone know if this is expected behavior?
>
> At a recent 8i new features class, I explicitly asked the instructor this
> question and he stated that nologging will not cause any records to be
> written
> to the redo/archive logs.
>
>
>
> TIA.
>
> John Fedock
> iXL, Inc.
>
> <mailto:jfedock_at_ixl.com> jfedock_at_ixl.com
> http://www.ixl.com <http://www.ixl.com/>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: jfedock_at_ixl.com
>
> 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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Janet Schmitt 265-3334
  INET: schmitt_at_admin.uwex.edu

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 Tue May 01 2001 - 09:46:04 CDT

Original text of this message

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