[Home] [Help]
[Dependency Information]
| Object Name: | CDB_INDEXTYPES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All indextypes in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of the indextype |
| INDEXTYPE_NAME | VARCHAR2 | (30) | Yes | Name of the indextype |
| IMPLEMENTATION_SCHEMA | VARCHAR2 | (30) | Yes | Name of the schema for indextype implementation |
| IMPLEMENTATION_NAME | VARCHAR2 | (30) | Yes | Name of indextype implementation |
| INTERFACE_VERSION | NUMBER | Version of indextype interface | ||
| IMPLEMENTATION_VERSION | NUMBER | Yes | Version of indextype implementation | |
| NUMBER_OF_OPERATORS | NUMBER | Number of operators associated with the indextype | ||
| PARTITIONING | VARCHAR2 | (10) | Kinds of local partitioning supported by the indextype | |
| ARRAY_DML | VARCHAR2 | (3) | Does this indextype support array dml | |
| MAINTENANCE_TYPE | VARCHAR2 | (14) | An indicator of whether the indextype is system managed or user managed | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, INDEXTYPE_NAME
, IMPLEMENTATION_SCHEMA
, IMPLEMENTATION_NAME
, INTERFACE_VERSION
, IMPLEMENTATION_VERSION
, NUMBER_OF_OPERATORS
, PARTITIONING
, ARRAY_DML
, MAINTENANCE_TYPE
, CON_ID
FROM SYS.CDB_INDEXTYPES;
SYS.CDB_INDEXTYPES does not reference any database object
SYS.CDB_INDEXTYPES is referenced by following:
PUBLIC
CDB_INDEXTYPES
|
|
|
|