Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

ALL_PROPAGATION

ALL_PROPAGATION displays information about the Streams propagations that have a source queue accessible to the current user.

Related View

DBA_PROPAGATION displays information about all Streams propagations in the database.

Column Datatype NULL Description

PROPAGATION_NAME

VARCHAR2(30)

NOT NULL

Name of the Streams propagation

SOURCE_QUEUE_OWNER

VARCHAR2(30)

Owner of the source queue of the propagation

SOURCE_QUEUE_NAME

VARCHAR2(30)

Name of the source queue of the propagation

DESTINATION_QUEUE_OWNER

VARCHAR2(30)

Owner of the destination queue of the propagation

DESTINATION_QUEUE_NAME

VARCHAR2(30)

Name of the destination queue of the propagation

DESTINATION_DBLINK

VARCHAR2(128)

Database link to propagate events from the source queue to the destination queue

RULE_SET_OWNER

VARCHAR2(30)

Propagation rule set owner

RULE_SET_NAME

VARCHAR2(30)

Propagation rule set name

See Also:

"DBA_PROPAGATION"