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


VIEW: SYS.DBA_REPKEY_COLUMNS

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

Primary columns for a table using column-level replication

[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
Query Text

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


SELECT SNAME
,      ONAME
,      COL
FROM SYS.DBA_REPKEY_COLUMNS;

Dependencies

[top of page]

SYS.DBA_REPKEY_COLUMNS references the following:

SchemaSYSTEM
TableREPCAT$_KEY_COLUMNS
TableREPCAT$_REPCOLUMN
SYS.DBA_REPKEY_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_REPKEY_COLUMNS
SchemaSYS
ViewALL_REPKEY_COLUMNS
Package BodyDBMS_REPCAT_MIGRATION - show dependent code
ViewUSER_REPKEY_COLUMNS