3.88 ALL_STREAMS_GLOBAL_RULES
ALL_STREAMS_GLOBAL_RULES
displays information about rules.
ALL_STREAMS_GLOBAL_RULES
displays information about the following types of rules:
-
Global rules created for the capture processes that enqueue the captured changes into queues accessible to the current user
-
Global rules created for the propagations that have a source queue accessible to the current user
-
Global rules created for the apply processes that dequeue events from queues accessible to the current user
This view does not contain information about rules created using the DBMS_RULE_ADM
package.
Related View
DBA_STREAMS_GLOBAL_RULES
displays information about the global rules created for all capture processes, propagations, and apply processes in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the Replication process or propagation |
|
|
|
Type of the Replication process or propagation:
|
|
|
|
Type of the rule:
|
|
|
|
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_RULE_ADM
package