Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Simple question on logging..
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.
--
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
![]() |
![]() |