textindexjob - Text Index Job
textindexjob [-Uqdc] DataArea [name ...]
The textindexjob
utility generates and executes
SQL to drop and create jobs to populate text indexes in Microsoft
SQL Server. The text index job utility defines a schedule for populating
a text index based on parameters settings in the db.cfg
file. For more information on text indexing and the db.cfg
file, see the
Infor Landmark Technology Data
Access Guide using Microsoft SQL Server.
This utility processes jobs in Microsoft SQL Server only.
Oracle already provides methods for scheduling text index population in the Data Definition Language (DDL).
The database login connecting to the data area’s
database when executing textindexjob
must have privileges
to add and drop jobs, job steps, and job schedules.
Option | Description |
---|---|
DataArea
|
The data area where text index job should be processed. |
name
|
A list of names of dictionary files, business classes, modules, database spaces, or business class patterns to execute the command against. Use the prefixes |
-U
|
Perform the actions on database. |
-q
|
Do not print DDL to stdout. |
-d
|
Drop the selected jobs. |
-c
|
Create the selected jobs. |