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


VIEW: SYS.CDB_REPPROP

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

Propagation information about replicated objects in all containers

[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
CON_ID NUMBER

container id
Query Text

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


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

Dependencies

[top of page]

SYS.CDB_REPPROP does not reference any database object

SYS.CDB_REPPROP is referenced by following:

SchemaPUBLIC
SynonymCDB_REPPROP