Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02 |
|
|
View PDF |
ALL_IND_COLUMNS
describes the columns of indexes on all tables accessible to the current user.
Note: For join indexes, the |
DBA_IND_COLUMNS
describes the columns of indexes on all tables in the database.USER_IND_COLUMNS
describes the columns of indexes owned by the current user and columns of indexes on tables owned by the current user. This view does not display the INDEX_OWNER
or TABLE_OWNER
columns.