3.289 ALL_JSON_INDEXES
ALL_JSON_INDEXES
describes indexes on JSON data that are accessible to the current user.
Related Views
-
DBA_JSON_INDEXES
describes all indexes on JSON data in the database. -
USER_JSON_INDEXES
describes indexes on JSON data that are owned by the current user. This view does not display theINDEX_OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the index |
|
|
|
Name of the index |
|
|
|
Owner of the table on which the index is defined |
|
|
|
Name of the table on which the index is defined |
|
|
|
Name of the JSON column on which the index is defined |
|
|
|
Data type of the JSON column on which the index is defined |
|
|
|
Indicates whether the index is a search index ( |
|
|
Indicates whether the index is a function-based index ( |
|
|
|
Indicates whether the index is a composite index ( |
|
|
|
Indicates whether the index is a bitmap index ( |
|
|
|
Indicates whether the index is a multivalue index ( |
|
|
|
|
SQL text of the index expression |
Note:
This view is available starting with Oracle Database 23ai.
See Also: