Gopal,
How about this:
1* select owner,table_name, logging from dba_tables where logging != 'YES'
SQL> /

OWNER                          TABLE_NAME                     LOG
------------------------------ ------------------------------ ---
SYS                            ATEMPTAB$                      NO
SYSTEM                         DEF$_TEMP$LOB                  NO

This is 8.1.6.2 on HP-UNIX and value not set by us....

Regards
Rafiq





Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Date: Mon, 11 Jun 2001 11:45:40 -0800

Hey !

You can not set the LOGGING value in the SYS tables.
If is used to know whether the table is in LOGGING
mode or NOLOGGING mode.

Normally NOLOGGING (or UNRECOVERABLE in older
versions)  is used to speedup certain operations (like
CTAS/pCTAS or index rebuilds /data loads) and the not
much redo is generated in thse cases.

However you need to take a complete backup once you
take out from NOLOGGING Mode..


=====
Have a nice day !!
------------------------------------------------------------
Best Regards,
K Gopalakrishnan,
Bangalore, INDIA.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: K Gopalakrishnan
   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).

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohammad Rafiq
  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