Oracle ConText Cartridge Administrator's Guide Release 2.0 A54628_01 |
|
This appendix provides reference information for the ConText views which can be used to monitor ConText servers processes and the ConText queues (DML and Services).
The topics discussed in this appendix are:
This section describes the views provided with ConText for monitoring the status of ConText servers.
This view displays all the ConText servers that have been started, including idle servers and inactive servers. Only users assigned the CTXAPP or CTXADMIN roles can query CTX_ALL_SERVERS.
This view displays only ConText servers that are currently active. Only DBA users and users assigned CTXADMIN can query CTX_SERVERS.
This section describes the views provided with ConText for monitoring the status of all the ConText queues.
This view displays a row for each entry in the DML Queue. Only users assigned CTXADMIN can query CTX_ALL_DML_QUEUE.
This view displays the total number of entries in the DML Queue for each policy. Only users assigned CTXADMIN can query CTX_ALL_DML_QUEUE.
This view displays all of the rows (pending and in progress requests) in the DML Queue. Only users assigned CTXADMIN can query CTX_ALL_QUEUE.
This view displays a row for each document for which ConText indexing failed during a DDL or DML operation. Only users assigned CTXADMIN or CTXAPP can query CTX_INDEX_ERRORS.
When the error that caused the indexing for the document to fail is corrected and automatic DML is enabled, once the table that contains the document has been updated, the document is automatically reindexed.
You can also use the CTX_DML.REINDEX procedure to manually reindex the errored document once the error condition has been corrected.
Note:
Rows in CTX_INDEX_ERRORS are not automatically deleted when the errored documents have been corrected and reindexed. The rows must be manually cleared using CTX_SVC.CLEAR_ERROR. |
This view displays the reindexing status of requests (rows) in the DML Queue. Only users assigned CTXADMIN or CTXAPP can query CTX_INDEX_STATUS.
This view displays all the Linguistic Services requests that have a status of ERROR. Only users assigned CTXADMIN or CTXAPP can query CTX_LING_ERRORS.
Note:
Rows in CTX_LING_ERRORS are not automatically deleted when the errored documents have been corrected and reprocessed through the Linguistic Services. The rows must be manually cleared using CTX_SVC.CLEAR_ERROR. |
This view displays a row for each of the user's entries in the DML Queue. All users can query CTX_INDEX_STATUS.
This view displays the total number of user's entries in the DML Queue for each text column. All users can query CTX_INDEX_STATUS.
Column Name | Type | Description |
---|---|---|
CID |
NUMBER |
Text column ID |
POL_NAME |
VARCHAR2(30) |
Name of policy for text column |
CNT |
NUMBER |
Count of rows in DML Queue |
TSTAMP |
DATE |
Minimum time stamp for rows |
This view displays all of the rows (pending and in progress requests) in the DML Queue for policies owned by the current user. Only users assigned CTXADMIN or CTXAPP can query CTX_USER_QUEUE.
This view displays a row for each Linguistic Services request and each reindexing request (DML or DDL) that has a status of ERROR. Only users assigned CTXADMIN or CTXAPP can query CTX_USER_SVCQ.