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

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

Re: Simple question on logging..

From: Ramon E. Estevez <com.banilejas_at_codetel.net.do>
Date: Wed, 14 Aug 2002 13:58:31 -0800
Message-ID: <F001.004B540E.20020814135831@fatcity.com>

ALTER TABLE yourtable NOLOGGING

>
>
> 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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ramon E. Estevez
  INET: com.banilejas_at_codetel.net.do

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:58:31 CDT

Original text of this message

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