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


VIEW: SYS.USER_REPCOLUMN_GROUP

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

All column groups of user's replicated tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
ONAME VARCHAR2 (128) Yes Name of the replicated object
GROUP_NAME VARCHAR2 (30) Yes Name of the column group
GROUP_COMMENT VARCHAR2 (80)
Description of the column group
Query Text

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


SELECT ONAME
,      GROUP_NAME
,      GROUP_COMMENT
FROM SYS.USER_REPCOLUMN_GROUP;

Dependencies

[top of page]

SYS.USER_REPCOLUMN_GROUP references the following:

SchemaSYS
TableUSER$
SchemaSYSTEM
TableREPCAT$_COLUMN_GROUP
SYS.USER_REPCOLUMN_GROUP is referenced by following:

SchemaPUBLIC
SynonymUSER_REPCOLUMN_GROUP