This chapter describes the syntax of administration commands for the database administrator. Database administration consists of setting up databases for use by DB2 Net Search Extender and then disabling this setup.
Chapter 6, Creating and maintaining a text index describes how to use these commands.
Only the ENABLE DATABASE and DISABLE DATABASE
commands are a variation of the DB2TEXT command, although all these
commands allow for administration on the database level.
Command | Purpose | Page |
---|---|---|
ENABLE DATABASE | Enables the current database to create full-text indexes. | ENABLE DATABASE |
DISABLE DATABASE | Resets preparation work completed by DB2 Net Search Extender for a database. | DISABLE DATABASE |
DB2EXTDL (utility) | The default UDF to retrieve the content of a data link text column. | DB2EXTDL (utility) |
DB2EXTHL (utility) | The default UDF takes a 100 KB document and returns a 200 KB CLOB. | DB2EXTHL (utility) |
Tip |
---|
If no database connection has been specified as part of the db2text command, the db2text executable causes an implicit connection to be made to the default database specified in the environment variable DB2DBDFT. |