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

Home -> Community -> Mailing Lists -> Oracle-L -> Simple question on logging..

Simple question on logging..

From: Peter R <niagarap_at_hotmail.com>
Date: Wed, 14 Aug 2002 13:33:23 -0800
Message-ID: <F001.004B5369.20020814133323@fatcity.com>

Hi Gurus,

How can I turn off logging for a table in Oracle7.3 database. Iam planning to reorg thru ctas and want to use append hint for loading data.

SQL> alter table tt unrecoverable;
alter table tt unrecoverable

               *
ERROR at line 1:
ORA-01735: invalid ALTER TABLE option

SQL> alter table tt nologging;
alter table tt nologging

               *
ERROR at line 1:
ORA-01735: invalid ALTER TABLE option

TIA
peter.



MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Peter R
  INET: niagarap_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 Wed Aug 14 2002 - 16:33:23 CDT

Original text of this message

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