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


VIEW: SYS.USER_REPGROUPED_COLUMN

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

Columns in the all column groups of user's replicated tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
ONAME VARCHAR2 (128)
Name of the replicated object
GROUP_NAME VARCHAR2 (30)
Name of the column group
COLUMN_NAME VARCHAR2 (128)
Name of the column in the column group
Query Text

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


SELECT ONAME
,      GROUP_NAME
,      COLUMN_NAME
FROM SYS.USER_REPGROUPED_COLUMN;

Dependencies

[top of page]

SYS.USER_REPGROUPED_COLUMN references the following:

SchemaSYS
ViewDBA_REPGROUPED_COLUMN
TableUSER$
ViewUSER_TAB_COLUMNS
View_USER_REPL_NESTED_TABLE_NAMES
SYS.USER_REPGROUPED_COLUMN is referenced by following:

SchemaPUBLIC
SynonymUSER_REPGROUPED_COLUMN