Even if the table is set to nologging DML will still generate redo unless
the data is loaded using
a) direct load from sql loader
b) insert /*+APPEND*/ 

Updates and deletes will always generate redo. 

Jay Miller

-----Original Message-----
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 04, 2001 4:25 AM
To: Multiple recipients of list ORACLE-L


Hi,

Can anyone explain how I can determine which objects and/or processes are
causing logging/archiving to occur?  I have a (large) database whereby all
tables required to be populated with data on regular batch runs have been
created with nologging.  The tablespaces they reside on were also created
with nologging.  There are no constraints (eg triggers) on these tables
that could possibly be invoking logging yet my archive destination
directory is filling up on a regular basis with unknown archived data!!

I have a script to remove redundant archive files but the point is why is
it filling up and with what??

There are only a few tables with logging activated but these are relatively
small with minimal inserts/updates.

The following entries are taken from the parameter file (don't know whether
this may help)....

db_block_buffers         = 70000
  db_block_size            = 16384
  db_block_lru_latches     = 4
  compatible               = 8.1.0
  log_archive_start        = TRUE
  log_archive_dest_1       = location=archive_directory
  log_archive_format       = arch_%t_%s.arc
  log_buffer               = 163840
  log_checkpoint_interval  = 10000000
  log_checkpoint_timeout   = 1800
  db_file_multiblock_read_count= 16

I am considering shutting down the database and changing the status of the
database to noarchivelog mode, perform the data loads and then shutdown and
reset to archivelog mode.  I'm aware of the recovery implications.

We're using 8i on Solaris 2.6...and yes I'm fairly new to Oracle ;-)
TIA
Grant

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: Miller, Jay
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to