Editing Materialized View Log General

Edit the materialized view log general properties under the General tab.

Table
The table of the materialized view log.

Tablespace
The tablespace of the materialized view log.

Logging
To specify either LOGGING or NOLOGGING to establish the logging characteristics for the materialized view log.

Cache

CACHE
The blocks retrieved for this log are placed at the most recently used end of the least recently used (LRU) list in the buffer cache when a full table scan is performed.

NOCACHE
The blocks are placed at the least recently used end of the LRU list. This is the default.

New Values

INCLUDING
To save both new and old values in the log.

EXCLUDING
To disable the recording of new values in the log.

Parallel With Degree
To determine the number of parallel threads used in the parallel operation.

Physical Attributes
Set the physical attributes of a materialized view log.

With

Object ID
The system-generated or user-defined object identifier of every modified row should be recorded in the materialized view log.

Primary Key
The primary key of all rows changed should be recorded in the materialized view log.

Row ID
The rowid of all rows changed should be recorded in the materialized view log.

Sequence
A sequence value providing additional ordering information should be recorded in the materialized view log.

Fields
Choose the fields whose values you want to be recorded in the materialized view log for all rows that are changed.