nologging doesn't seem to work
set nologging option for specific tables in 10.2.0.3
we turned nologging on for some tables(an their indexes) but noticed that logging was still taking place for these tables. (archive log entries exist for current activity) select Force_logging from V$database = no Force_logging from V$database = no select force_logging from dba_tablespaces = no for all tablespaces force_logging from dba_tablespaces = no for all tablespaces
we turned nologging on for some tables(an their indexes) but noticed that logging was still taking place for these tables. (archive log entries exist for current activity) select Force_logging from V$database = no Force_logging from V$database = no select force_logging from dba_tablespaces = no for all tablespaces force_logging from dba_tablespaces = no for all tablespaces
0