[Home] [Help]
[Dependency Information]
| Object Name: | DBA_COMPARISON_COLUMNS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about the comparison object's columns
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of comparison |
| COMPARISON_NAME | VARCHAR2 | (128) | Yes | Name of comparison |
| COLUMN_POSITION | NUMBER | Yes | Column position | |
| COLUMN_NAME | VARCHAR2 | (128) | Yes | Name of column |
| INDEX_COLUMN | VARCHAR2 | (1) | Whether the column is an index column |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, COMPARISON_NAME
, COLUMN_POSITION
, COLUMN_NAME
, INDEX_COLUMN
FROM SYS.DBA_COMPARISON_COLUMNS;
SYS
COMPARISON$
COMPARISON_COL$
USER$
PUBLIC
DBA_COMPARISON_COLUMNS
SYS
USER_COMPARISON_COLUMNS
|
|
|
|