USER_IND_EXPRESSIONS

2023-08-18 09:26:34  Updated

Overview

USER_IND_EXPRESSIONS describes function-based indexes owned by the current user in the database.

  • DBA_IND_EXPRESSIONS

  • ALL_IND_EXPRESSIONS

Field description

Field name Type Nullable Description
INDEX_NAME VARCHAR2(128) NO The name of the index.
TABLE_NAME VARCHAR2(128) NO The name of the table containing the index.
COLUMN_EXPRESSION VARCHAR2(1000) NO The function-based index expression.
COLUMN_POSITION NUMBER(38) NO The position of the column within the index.

Contact Us