Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN Report question
Hi Mike,
Thanks!
I made a stupid SQL syntax mistake which did not create my table with nologging, e.g. we should put nologging right after the table/tablespace name instead of at the end of your statement. My nologging became a very nice table alias, nothing more. ;-)
I've corrected my bad behaviour by writing queries to check for nologging objects in dba_indexes, dba_tables, your v$datafile example is great, and checking redo generated by SQL in v$mystat.
Regards,
Mike Thomas
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jul 15 2004 - 21:11:52 CDT