Site icon Database Tutorials

Table Logging And Nologging

In today’s article, we will be learning how to Logging and Nologging the Table in the Oracle database.

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

We can log while creating the table or later.

Logging / nologging while creating the table;

Logging/nologging the table afterwards.

Exit mobile version