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 -> Re: Insert append nologging

Re: Insert append nologging

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Wed, 28 Feb 2007 19:38:18 +0100
Message-ID: <es4i4h$pja$1@news5.zwoll1.ov.home.nl>


Anurag Varma schreef:
> Here:
>
> http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14223/usingpe.htm#sthref2545
> <quote>
> The default logging attribute is LOGGING. However, if you have put the
> database in NOARCHIVELOG mode, by issuing ALTER DATABASE NOARCHIVELOG,
> then all operations that can be done without logging will not generate
> logs, regardless of the specified logging attribute.
> </quote>
>
> and Metalink Note:212119.1
>
> Anurag
>

can != will.
It simply does not say "will be done".

And the note is about direct load inserts; I thought it was well documented direct loads generate less redo. Note 188691.1 shows which operations can make use of nologging in order to prevent redo generation; switching into noarchivelog mode is not mentioned.

The point is the append hint will cause less redo to be generated, not the fact that you run in noarchivelog mode. So in the context of the original question, archivelog has nothing to do with the amount of redo generated.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Wed Feb 28 2007 - 12:38:18 CST

Original text of this message

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