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


VIEW: SYS.USER_REPKEY_COLUMNS

Object Details
Object Name: USER_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.USER_REPKEY_COLUMNS;

Dependencies

[top of page]

SYS.USER_REPKEY_COLUMNS references the following:

SchemaSYS
ViewDBA_REPKEY_COLUMNS
ViewUSER_USERS
SYS.USER_REPKEY_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymUSER_REPKEY_COLUMNS