[Home] [Help]
[Dependency Information]
| Object Name: | USER_IND_COLUMNS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
COLUMNs comprising user's INDEXes and INDEXes on user's TABLES
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INDEX_NAME | VARCHAR2 | (128) | Index name | |
| TABLE_NAME | VARCHAR2 | (128) | Table or cluster name | |
| COLUMN_NAME | VARCHAR2 | (4000) | Column name or attribute of object column | |
| COLUMN_POSITION | NUMBER | Position of column or attribute within index | ||
| COLUMN_LENGTH | NUMBER | Maximum length of the column or attribute, in bytes | ||
| CHAR_LENGTH | NUMBER | Maximum length of the column or attribute, in characters | ||
| DESCEND | VARCHAR2 | (4) | DESC if this column is sorted descending on disk, otherwise ASC |
Cut, paste (and edit) the following text to query this object:
SELECT INDEX_NAME
, TABLE_NAME
, COLUMN_NAME
, COLUMN_POSITION
, COLUMN_LENGTH
, CHAR_LENGTH
, DESCEND
FROM SYS.USER_IND_COLUMNS;
SYS
ATTRCOL$
COL$
ICOL$
IND$
OBJ$
PUBLIC
USER_IND_COLUMNS
SYS
DBMS_DBFS_SFS
- show dependent code
|
|
|
|