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

Home -> Community -> Mailing Lists -> Oracle-L -> No Subject

No Subject

From: Joseph Testa <teci_dba1_at_hotmail.com>
Date: Fri, 16 Feb 2001 11:53:58 -0800
Message-ID: <F001.002B6C31.20010216111102@fatcity.com>

my understanding of nologging is this:

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, so yes you DML will appear in the redo/archive logs.

hth, joe

>From: "Joan Hsieh" <Joan.Hsieh_at_mirror-image.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: lob logging
>Date: Fri, 16 Feb 2001 08:05:38 -0800
>MIME-Version: 1.0
>Received: from localhost (localhost [127.0.0.1])by parents.the-testas.net
>(8.9.3/8.8.7) with ESMTP id NAA29348for <jtestamail_at_localhost>; Fri, 16 Feb
>2001 13:32:11 -0500
>Received: from mail.the-testas.netby localhost with POP3
>(fetchmail-5.3.1)for jtestamail_at_localhost (multi-drop); Fri, 16 Feb 2001
>13:32:12 -0500 (EST)
>Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.192.199])by
>mail.acfi.net (8.11.0/8.11.0) with ESMTP id f1GJVuI02988for
><oracle-l_at_the-testas.net>; Fri, 16 Feb 2001 13:31:56 -0600
>Received: from fatcity.UUCP (uucp_at_localhost)by newsfeed.cts.com
>(8.9.3/8.9.3) with UUCP id JAA54828;Fri, 16 Feb 2001 09:31:07 -0800 (PST)
>Received: by fatcity.com (04-May-2000/v1.0f-b69/bab) via UUCP id 002B67A6;
>Fri, 16 Feb 2001 08:05:38 -0800
>Return-Path: <root_at_fatcity.cts.com>
>Message-ID: <F001.002B67A6.20010216080538_at_fatcity.com>
>X-Comment: Oracle RDBMS Community Forum
>X-Sender: "Joan Hsieh" <Joan.Hsieh_at_mirror-image.com>
>Sender: root_at_fatcity.com
>Errors-To: ML-ERRORS_at_fatcity.com
>Organization: Fat City Network Services, San Diego, California
>X-ListServer: v1.0f, build 69; ListGuru (c) 1996-2000 Bruce A. Bergman
>Precedence: bulk
>X-Fetchmail-Warning: recipient address ORACLE-L_at_fatcity.com didn't match
>any local name
>X-SpamBouncer: 1.2 (10/20/00)
>X-SBPass: NoBounce
>X-SBClass: OK
>Status:
>
>Hi Dear Listers,
>
>After I read the document. I still not clear how the logging parameter
>really behave.
>
>The table has one blob datatype column, we don't care about recovery. so we
>decided go with nocache nologging. The question is if we enable storage in
>row. (IN-LINE LOBS) they still logged as normal. If the lob size is > 4k,
>does still generate big redo log?
>
>Thanks,



Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Joseph Testa
  INET: teci_dba1_at_hotmail.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).
Received on Fri Feb 16 2001 - 13:53:58 CST

Original text of this message

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