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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Exclude Tables from Archive log

Re: Exclude Tables from Archive log

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 03 Mar 2000 22:12:01 +0800
Message-ID: <38BFC831.65E6@yahoo.com>


efflerch_at_my-deja.com wrote:
>
> Hallo,
> is there a way to exclude tables from ARCHIVELOG.
> Of course this Tables have no triggers or constraits to other tables .
>
> Background is: I load nightly data from a ASCII-file via SQL*Loader,
> which are a datapool for the "real" Application. (I did SQL Command
> "Alter table xxx nologging")
> But unfortunately I have after the sqlload a script running which is
> doing lots of formating stuff.
>
> Today I have approx 80% Archiv-Log files due to of UPDATE commands on
> the datapool Tables executed by formating scripts.
>
> I'm using Oracle 8.1.5 on WinNT
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

Check out the NOLOGGING setting for a table, combined with direct load and unrecoverable settings for SQL Loader.

HTH
--



Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse Received on Fri Mar 03 2000 - 08:12:01 CST

Original text of this message

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