EnableDeltaLogging

Boolean

true

Purpose

The EnableDeltaLogging parameter is used to enable or disable delta logging for the database in the JADE system in which the journals were produced (that is, not in the JADE system in which they are analyzed). Delta logging employs a single audit record, which is used to redo or to undo the update operation that it describes. When delta logging is enabled (the default), object updates are audited using a compact delta description of the changes referred.

When you disable delta logging by setting the EnableDeltaLogging parameter to false, a complete image of the object before the update and a complete image of the object after the update are stored in separate audit records.

When the EnableDeltaLogging parameter is set to false, the UseJournalDescriptions parameter is ignored.

Parameter is read when …

The database server node is initialized; for example, when you restart the database server.