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


VIEW: SYS.CDB_STREAMS_MESSAGE_CONSUMERS

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

Streams messaging consumers in all containers

[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 (80)
Context for the notification action
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_STREAMS_MESSAGE_CONSUMERS;

Dependencies

[top of page]

SYS.CDB_STREAMS_MESSAGE_CONSUMERS references the following:

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

SchemaPUBLIC
SynonymCDB_STREAMS_MESSAGE_CONSUMERS