Run the SQL in the Ad Hoc command window to the right.


Enable the database for text search

DB2 Text Search manages information about text indexes to support administration tasks like index updates or gathering status. Enabling the database creates system tables and views that contain this information.

Typically, you will use the following command to enable the current database for text search.


db2ts "ENABLE DATABASE FOR TEXT"

Here in the Technology Explorer, we issue an administrative SQL routine to enable the database like the above.


CALL SYSTS_ENABLE('en_US', ?)