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


VIEW: SYS.REPCAT_REPPROP

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

Propagation information about replicated objects

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAME VARCHAR2 (128) Yes Name of the object owner
ONAME VARCHAR2 (128) Yes Name of the object
TYPE VARCHAR2 (16)
Type of the object
DBLINK VARCHAR2 (128) Yes Destination database for propagation
HOW VARCHAR2 (13)
Propagation choice for the destination database
PROPAGATE_COMMENT VARCHAR2 (80)
Description of the propagation choice
Query Text

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


SELECT SNAME
,      ONAME
,      TYPE
,      DBLINK
,      HOW
,      PROPAGATE_COMMENT
FROM SYS.REPCAT_REPPROP;

Dependencies

[top of page]

SYS.REPCAT_REPPROP references the following:

SchemaSYSTEM
TableREPCAT$_GENERATED
TableREPCAT$_REPPROP
SYS.REPCAT_REPPROP is referenced by following:

SchemaSYS
ViewALL_REPPROP
ViewDBA_REPPROP
Package BodyDBMS_REPCAT_MIGRATION - show dependent code
Package BodyDBMS_REPCAT_UTL3 - show dependent code
ViewUSER_REPPROP