Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

DBA_COMPARISON_COLUMNS

DBA_COMPARISON_COLUMNS displays details about the columns for all comparison objects in the database.

Related View

USER_COMPARISON_COLUMNS displays details about the columns for all comparison objects owned by the current user. This view does not have the OWNER column.

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the comparison
COMPARISON_NAME VARCHAR2(30) NOT NULL Name of the comparison
COLUMN_POSITION NUMBER NOT NULL Position of the column
COLUMN_NAME VARCHAR2(30) NOT NULL Name of the column
INDEX_COLUMN VARCHAR2(1)   Whether or not the column is an index column