Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Simple question on logging..
> -----Original Message-----
> From: Peter R [mailto:niagarap_at_hotmail.com]
>
> How can I turn off logging for a table in Oracle7.3 database.
Recoverable/unrecoverable is not a "persistent" attribute in 7.3.4 The
"unrecoverable" option only applies to the create table but not to any
subsequent operations.
But starting with Oracle 8.0, the "nologging" option (which replaces the
deprecated "unrecoverable") on a create table will also apply to subsequent
operations like Direct SQL*Loader and direct-load inserts. If you don't
specify logging/nologging at table creation time then, as expected, the
setting will be taken from the tablespace defaults.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jacques Kilchoer INET: Jacques.Kilchoer_at_quest.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 Wed Aug 14 2002 - 17:28:30 CDT
![]() |
![]() |