About Creating an Oracle Text Index |
Previous |
Next |
Use the CREATE
INDEX
statement to create an Oracle Text index. When you create an index and specify no parameter string, an index is created with default parameters. You can create either a CONTEXT
, CTXCAT
, or CTXRULE
index.
You can also override the defaults and customize your index to suit your query application. The parameters and preference types that you use to customize your index with CREATE
INDEX
are described in detail in the Oracle Text documentation.
The chapter about indexing in Oracle Text Application Developer's Guide
The CREATE
INDEX
SQL statement in Oracle Text Reference