LOGSCAN command file definition
The Command file definition specifies the type of command statements in (and the location of) the command file that
Log Master
creates using the log records selected in your log scan.
The following figure describes the syntax for the LOGSCAN command file definition.
Option | Description |
---|---|
MIGRATE | Directs Log Master to create BIND commands used for migration, or for replicating the BIND, REBIND, or FREE command that was originally executed. For example, if the original command contains a BIND PLAN statement, the MIGRATE command contains the same command statement. |
UNDO | Directs Log Master to create UNDO commands, reversing the effect of the command that was originally executed. For example, if the original command contains a FREE PACKAGE statement, the UNDO DDL contains a corresponding BIND PACKAGE command statement. |
VERBOSE | (optional) Directs Log Master to embed comments in the generated command file. These comments describe unit of recovery identifier (URID) information along with other information related to the database structures. The comments are not executable command statements, but they contain useful information. |
Related topic