2.179 ALL_INDEXTYPES
ALL_INDEXTYPES
displays information about the indextypes accessible to the current user.
Related Views
-
DBA_INDEXTYPES
displays information about all indextypes in the database. -
USER_INDEXTYPES
displays information about the indextypes owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the indextype |
|
|
|
Name of the indextype |
|
|
|
Name of the schema for the indextype implementation (that is, containing the indextype operators) |
|
|
|
Name of the indextype implementation type |
|
|
|
Version of the indextype interface |
|
|
|
Version of the indextype implementation |
|
|
|
Number of operators associated with the indextype |
|
|
|
Kinds of local partitioning supported by the indextype:
|
|
|
|
Indicates whether the indextype supports array DML ( |
|
|
|
Indicates whether the indextype is system-managed ( |
See Also: