[Home] [Help]
[Dependency Information]
| Object Name: | DBA_STREAMS_MESSAGE_RULES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rules for Streams messaging
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STREAMS_NAME | VARCHAR2 | (128) | Name of the streams process : propagation/apply/dequeue | |
| STREAMS_TYPE | VARCHAR2 | (11) | Type of the streams process: PROPAGATION, APPLY, or DEQUEUE | |
| MESSAGE_TYPE_NAME | VARCHAR2 | (128) | Name of the message type | |
| MESSAGE_TYPE_OWNER | VARCHAR2 | (128) | Owner of the message type | |
| MESSAGE_RULE_VARIABLE | VARCHAR2 | (128) | Name of variable in the message rule | |
| RULE_NAME | VARCHAR2 | (128) | Yes | Name of the rule |
| RULE_OWNER | VARCHAR2 | (128) | Yes | Owner of the rule |
| RULE_CONDITION | VARCHAR2 | (4000) | Rule condition |
Cut, paste (and edit) the following text to query this object:
SELECT STREAMS_NAME
, STREAMS_TYPE
, MESSAGE_TYPE_NAME
, MESSAGE_TYPE_OWNER
, MESSAGE_RULE_VARIABLE
, RULE_NAME
, RULE_OWNER
, RULE_CONDITION
FROM SYS.DBA_STREAMS_MESSAGE_RULES;
SYS
_DBA_STREAMS_MESSAGE_RULES
_DBA_STREAMS_RULES_H
PUBLIC
DBA_STREAMS_MESSAGE_RULES
SYS
ALL_STREAMS_MESSAGE_RULES
|
|
|
|