|  
 OWNER 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Owner of the indextype 
 | 
|  
 INDEXTYPE_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Name of the indextype 
 | 
|  
 IMPLEMENTATION_SCHEMA 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Name of the schema for indextype implementation (that is, containing the indextype operators) 
 | 
|  
 IMPLEMENTATION_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Name of indextype implementation type 
 | 
|  
 INTERFACE_VERSION 
 | 
 
 NUMBER 
 | 
 | 
 
 Version of indextype interface 
 | 
|  
 IMPLEMENTATION_VERSION 
 | 
 
 NUMBER 
 | 
 
 NOT NULL 
 | 
 
 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 
 |