DROP TEXT CONFIGURATION Statement

Drops a text configuration object.

Syntax

DROP TEXT CONFIGURATION  [ owner.]text-config-name

Examples

Usage

Use DROP TEXT CONFIGURATION to drop a text configuration object.

Attempting to drop a text configuration object with dependent TEXT indexes results in an error. You must drop the dependent TEXT indexes before dropping the text configuration object.

Text configuration objects are stored in the ISYSTEXTCONFIG system table.

Side Effects:
  • Automatic commit.

Permissions

Text configuration object owned by self – None required.

Table configuration object owned by any user – Requires one of:
  • DROP ANY TEXT CONFIGURATION system privilege.
  • DROP ANY OBJECT system privilege.