CREATE TEXT INDEX Statement

Creates a TEXT index and specifies the text configuration object to use.

Note: This statement requires the Unstructured Data Analytics (IQ_UDA) license.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Permissions

Syntax

CREATE TEXT INDEX text-index-name
   ON [ owner.]table-namecolumn-name, ...)
   [ IN dbspace-name ]
   [ CONFIGURATION [ owner.]text-configuration-name]
   [ IMMEDIATE REFRESH ]

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

You cannot create a TEXT index on views or temporary tables, or on an IN SYSTEM materialized view. The BEGIN PARALLEL IQ…END PARALLEL IQ statement does not support CREATE TEXT INDEX.

Side Effects:
  • Automatic commit.

Permissions

(back to top)

Requites one of:
  • CREATE ANY INDEX system privilege along with CREATE privilege on the dbspace where the index is being created.
  • CREATE ANY OBJECT system privilege.