Oracle change table nologging

The logging_clause lets you specify whether certain DML operations will be logged in the redo log file ( LOGGING ) or not ( NOLOGGING ).

You can specify the logging_clause in the following statements:

Note: Logging specified for a LOB column can differ from logging set at the table level. If you specify LOGGING at the table level and NOLOGGING for a LOB column, then DML changes to the base table row are logged, but DML changes to the LOB data are not logged.

You can also specify LOGGING or NOLOGGING for the following operations:

This section describes the semantics of the logging_clause . For additional information, refer to the SQL statement in which you set or reset logging characteristics for a particular database object.