ALL_STREAMS_TABLE_RULES
displays information about the following types of rules:
Table rules created for the Streams capture processes that enqueue the captured changes into queues accessible to the current user
Table rules created for the Streams propagations that have a source queue accessible to the current user
Table rules created for the Streams apply processes that dequeue events from queues accessible to the current user
Subset rules created for the Streams apply processes that have a source queue accessible to the current user
This view only contains information about rules created using the ADD_TABLE_RULES
, ADD_TABLE_PROPAGATION_RULES
, or ADD_SUBSET_RULES
procedures in the DBMS_STREAMS_ADM
package. It does not contain information about rules created using the DBMS_RULE_ADM
package.
Related View
DBA_STREAMS_TABLE_RULES
displays information about the table rules created for all Streams capture processes, propagations, and apply processes in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Name of the Streams process or propagation |
|
|
|
Type of the Streams process or propagation:
|
|
|
|
Table owner in the rule condition. The rule evaluates to |
|
|
|
Table name in the rule condition. The rule evaluates to |
|
|
|
Type of the rule:
|
|
|
|
Row subsetting condition, if the rule is a subset rule |
|
|
|
DML operation for row subsetting in the rule condition, if the rule is a subset rule:
The rule evaluates to |
|
|
|
Indicates whether a redo entry or logical change record (LCR) with a non-NULL tag is considered for capture, propagation, or apply ( |
|
|
|
Source database in the rule condition. The rule evaluates to |
|
|
|
|
Name of the rule |
|
|
|
Owner of the rule |
|
|
First 4000 bytes of the system-generated rule condition evaluated by the rules engine |
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_STREAMS_ADM
package
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_RULE_ADM
package