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


VIEW: SYS._ALL_REPCOLUMN_GROUP

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

All column groups of replicated tables which are accessible to the user

[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
GROUP_COMMENT VARCHAR2 (80)
Description of the column group
Query Text

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


SELECT SNAME
,      ONAME
,      GROUP_NAME
,      GROUP_COMMENT
FROM SYS._ALL_REPCOLUMN_GROUP;

Dependencies

[top of page]

SYS._ALL_REPCOLUMN_GROUP references the following:

SchemaSYS
ViewALL_REPCOLUMN_GROUP
PL/SQL PackageUTL_RAW - show dependent code
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
View_ALL_REPGROUPED_COLUMN
SYS._ALL_REPCOLUMN_GROUP is referenced by following:

SchemaSYS
View_ALL_REPRESOLUTION