December 2002
Intermediate to advanced
928 pages
85h 29m
English
CREATE/DROP INDEXTYPE
CREATE Syntax:
CREATE INDEXTYPE [schema.]indextypeFOR [schema.]operator(parm_type[,parm_type...])[,[schema.]operator...] USING [schema.]implementation_type
DROP Syntax:
DROP INDEXTYPE [schema.]indextype
Creates or removes an indextype object for use in managing a domain index. New with Oracle8i.
Name of the indextype object.
Specifies a list of operators supported by this indextype.
Name of an operator.
Specifies a type of parameter to the operator.
Specifies the type that provides the implementation for the indextype.
Name of a type that implements an Oracle Data Cartridge interface (ODCI).
Common keywords and clauses: schema.