[Home] [Help]
[Dependency Information]
| Object Name: | _ALL_REPGROUPED_COLUMN |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Columns in the all column groups of replicated tables which are accessible to the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SNAME | VARCHAR2 | (128) | Owner of replicated object | |
| 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 | |
| POS | NUMBER | Position of the column in the table |
Cut, paste (and edit) the following text to query this object:
SELECT SNAME
, ONAME
, GROUP_NAME
, COLUMN_NAME
, POS
FROM SYS._ALL_REPGROUPED_COLUMN;
SYS
ALL_TAB_COLUMNS
UTL_RAW
- show dependent code
XML_SCHEMA_NAME_PRESENT
- show dependent code
_ALL_REPL_NESTED_TABLE_NAMES
SYSTEM
REPCAT$_GROUPED_COLUMN
REPCAT$_REPCOLUMN
SYS
DBMS_REPCAT_RGT_CUST
- show dependent code
_ALL_REPCOLUMN_GROUP
|
|
|
|