-
rule_set_name This is the name of
the positive rule set for the Apply process. The positive rule
set contains the rules that instruct the Apply process to apply
events. The rule set should exist.
-
message_handler This is a
user-defined procedure that processes non-LCR messages in the
queue for the Apply process. An existing procedure must be
specified.
-
ddl_handler This is a user-defined
procedure that processes DDL LCRs in the queue for the Apply
process. An existing procedure must be specified.
-
apply_user: This is the user who
applies all DML and DDL changes that satisfy the Apply process
rule sets and who runs user-defined Apply handlers.
-
apply_tag: This is a binary tag that
is added to redo entries generated by the specified Apply
process.
-
include_dml: If true, this parameter
creates a DML rule for DML changes. If false, it does not create
a DML rule. NULL is not permitted.
-
include_ddl: If true, this parameter
creates a DDL rule for DDL changes. If false, it does not create
a DDL rule. NULL is not permitted.
-
apply_captured: If true, the Apply
process applies only the events in a queue that were captured by
a Streams Capture process. If false, the Apply process applies
only the user-enqueued events in a queue.
-
precommit_handler: This is a
user-defined procedure that can receive internal commit
directives in the queue for the Apply process before they are
processed by the Apply process.