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


VIEW: SYS.DBA_REPGROUPED_COLUMN

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

Columns in the all column groups of replicated tables in the database

[View Source]

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

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


SELECT SNAME
,      ONAME
,      GROUP_NAME
,      COLUMN_NAME
FROM SYS.DBA_REPGROUPED_COLUMN;

Dependencies

[top of page]

SYS.DBA_REPGROUPED_COLUMN references the following:

SchemaSYSTEM
TableREPCAT$_GROUPED_COLUMN
SYS.DBA_REPGROUPED_COLUMN is referenced by following:

SchemaPUBLIC
SynonymDBA_REPGROUPED_COLUMN
SchemaSYS
ViewALL_REPGROUPED_COLUMN
Package BodyDBMS_REPCAT_MIGRATION - show dependent code
ViewUSER_REPGROUPED_COLUMN