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


VIEW: SYS.CDB_REPKEY_COLUMNS

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

Primary columns for a table using column-level replication in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAME VARCHAR2 (128) Yes Schema containing table
ONAME VARCHAR2 (128) Yes Name of the table
COL VARCHAR2 (4000)
Column in the table
CON_ID NUMBER

container id
Query Text

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


SELECT SNAME
,      ONAME
,      COL
,      CON_ID
FROM SYS.CDB_REPKEY_COLUMNS;

Dependencies

[top of page]

SYS.CDB_REPKEY_COLUMNS does not reference any database object

SYS.CDB_REPKEY_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_REPKEY_COLUMNS