DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_STREAMS_MESSAGE_CONSUMERS

Object Details
Object Name: DBA_STREAMS_MESSAGE_CONSUMERS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Streams messaging consumers

[View Source]

Columns
Name Datatype Length Mandatory Comments
STREAMS_NAME VARCHAR2 (128) Yes Name of the consumer
QUEUE_NAME VARCHAR2 (128) Yes Name of the queue
QUEUE_OWNER VARCHAR2 (128) Yes Owner of the queue
RULE_SET_NAME VARCHAR2 (128)
Name of the rule set
RULE_SET_OWNER VARCHAR2 (128)
Owner of the rule set
NEGATIVE_RULE_SET_NAME VARCHAR2 (128)
Name of the negative rule set
NEGATIVE_RULE_SET_OWNER VARCHAR2 (128)
Owner of the negative rule set
NOTIFICATION_TYPE VARCHAR2 (9)
Type of notification action: plsql/mailto/http
NOTIFICATION_ACTION VARCHAR2 (256)
Notification action
NOTIFICATION_CONTEXT ANYDATA (64)
Context for the notification action
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT STREAMS_NAME
,      QUEUE_NAME
,      QUEUE_OWNER
,      RULE_SET_NAME
,      RULE_SET_OWNER
,      NEGATIVE_RULE_SET_NAME
,      NEGATIVE_RULE_SET_OWNER
,      NOTIFICATION_TYPE
,      NOTIFICATION_ACTION
,      NOTIFICATION_CONTEXT
FROM SYS.DBA_STREAMS_MESSAGE_CONSUMERS;

Dependencies

[top of page]

SYS.DBA_STREAMS_MESSAGE_CONSUMERS references the following:

SchemaSYS
TYPEANYDATA
PL/SQL PackageSTANDARD - show dependent code
View_DBA_STREAMS_MSG_NOTIFICATIONS
SYS.DBA_STREAMS_MESSAGE_CONSUMERS is referenced by following:

SchemaPUBLIC
SynonymDBA_STREAMS_MESSAGE_CONSUMERS
SchemaSYS
ViewALL_STREAMS_MESSAGE_CONSUMERS
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code
Package BodyDBMS_STREAMS_ADM_UTL - show dependent code