DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_IND_COLUMNS

Object Details
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

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.USER_IND_COLUMNS references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableICOL$
TableIND$
TableOBJ$
SYS.USER_IND_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymUSER_IND_COLUMNS
SchemaSYS
Package BodyDBMS_DBFS_SFS - show dependent code