Oracle8i interMedia Text Reference Release 8.1.5 A67843-01 |
|
This appendix lists all of the views provided by interMedia Text.
The system provides the following views:
This view displays all the preference categories registered in the Text data dictionary. It can be queried by CTXSYS and users with the CTXAPP role.
Column Name | Type | Description |
---|---|---|
CLA_NAME |
VARCHAR2(30) |
Class name |
CLA_DESCRIPTION |
VARCHAR2(80) |
Class description |
This view displays all indexes that are registered in the Text data dictionary for the current user. It can be queried by CTXSYS.
This view displays the DML errors and is queryable by CTXSYS.
This view displays the objects that are used for each class in the index. It can be queried by CTXSYS.
Column Name | Type | Description |
---|---|---|
IXO_INDEX_OWNER |
VARCHAR2(30) |
Index owner. |
IXO_INDEX_NAME |
VARCHAR2(30) |
Index name. |
IXO_CLASS |
VARCHAR2(30) |
Class name. |
IXO_OBJECT |
VARCHAR2(30) |
Object name. |
This view displays attribute values for each object used in indexes. This view is queryable by CTXSYS.
This view displays all of the Text objects registered in the Text data dictionary. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
OBJ_CLASS |
VARCHAR2(30) |
Object class (Datastore, Filter, Lexer, etc.) |
OBJ_NAME |
VARCHAR2(30) |
Object name |
OBJ_DESCRIPTION |
VARCHAR2(80) |
Object description |
This view displays the attributes that can be assigned to preferences of each object. It can be queried by all users.
This view displays the allowed values for certain object attributes provided by interMedia Text. It can be queried by all users.
This view displays all system-defined parameters as defined by CTXSYS. It can be queried by CTXSYS and users with the CTXAPP role.
This view displays a row for each of the user's entries in the DML Queue. It can be queried by CTXSYS.
Column Name | Type | Description |
---|---|---|
PND_INDEX_OWNER |
VARCHAR2(30) |
Index owner. |
PND_INDEX_NAME |
VARCHAR2(30) |
Name of index. |
PND_ROWID |
ROWID |
ROWID to be indexed |
PND_TIMESTAMP |
DATE |
Time of modification |
This view displays preferences created by interMedia Text users, as well as all the system-defined preferences included with interMedia Text. The view contains one row for each preference. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
PRE_OWNER |
VARCHAR2(30) |
Username of preference owner. |
PRE_NAME |
VARCHAR2(30) |
Preference name. |
PRE_CLASS |
VARCHAR2(30) |
Preference class. |
PRE_OBJECT |
VARCHAR2(30) |
Object used. |
This view displays the values assigned to all the preferences in the Text data dictionary. The view contains one row for each value. It can be queried by all users.
This view displays information about all the sections that have been created in the Text data dictionary. It can be queried by users with the CTXSYS and CTXAPP roles.
This view displays information about all the section groups that have been created in the Text data dictionary. It can be queried by users with the CTX_SYS role.
Column Name | Type | Description |
---|---|---|
SGP_OWNER |
VARCHAR2(30) |
Owner of section group. |
SGP_NAME |
VARCHAR2(30) |
Name of section group. |
SGP_TYPE |
VARCHAR2(30) |
Type of section group |
This view displays ctxsrv servers that are currently active. It can be queried only by CTXSYS.
This view displays the definitions for all SQEs that have been created by users. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
SQE_OWNER |
VARCHAR2(30) |
Owner of SQE. |
SQE_NAME |
VARCHAR2(30) |
Name of SQE. |
SQE_QUERY |
VARCHAR2(2000) |
Query Text |
This view displays stoplists. Queryable by all users.
Column Name | Type | Description |
---|---|---|
SPL_OWNER |
VARCHAR2(30) |
Owner of stoplist. |
SPL_NAME |
VARCHAR2(30) |
Name of stoplist. |
SPL_COUNT |
NUMBER |
Number of stopwords |
This view displays the stopwords in each stoplist. Queryable by all users.
This view displays information about all the thesauri that have been created in the Text data dictionary. It can be queried by all interMedia Text users.
Column Name | Type | Description |
---|---|---|
THS_OWNER |
VARCHAR2(30) |
Thesaurus owner |
THS_NAME |
VARCHAR2(30) |
Thesaurus name |
This view displays all indexes that are registered in the Text data dictionary for the current user. It can be queried by all users.
This view displays the DML errors and is queryable by all users.
This view displays the preferences that are attached to the indexes defined for the current user. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
IXO_INDEX_NAME |
VARCHAR2(30) |
Name of index. |
IXO_CLASS |
VARCHAR2(30) |
Object name |
IXO_OBJECT |
VARCHAR2(80) |
Object description |
This view displays attribute values for each object used in indexes. This view is queryable by all users.
This view displays a row for each of the user's entries in the DML Queue. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
PND_INDEX_NAME |
VARCHAR2(30) |
Name of index. |
PND_ROWID |
ROWID |
Rowid to be indexed. |
PND_TIMESTAMP |
DATE |
Time of modification. |
This view displays all preferences defined by the current user. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
PRE_NAME |
VARCHAR2(30) |
Preference name. |
PRE_CLASS |
VARCHAR2(30) |
Preference class. |
PRE_OBJECT |
VARCHAR2(30) |
Object used. |
This view displays all the values for preferences defined by the current user. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
PRV_PREFERENCE |
VARCHAR2(30) |
Preference name. |
PRV_ATTRIBUTE |
VARCHAR2(64) |
Attribute name |
PRV_VALUE |
VARCHAR2(500) |
Attribute value |
This view displays information about the sections that have been created in the Text data dictionary for the current user. It can be queried by all users.
This view displays information about the section groups that have been created in the Text data dictionary for the current user. It can be queried by all users.
Column Name | Type | Description |
---|---|---|
SGP_NAME |
VARCHAR2(30) |
Name of section group. |
SGP_TYPE |
VARCHAR2(30) |
Type of section group |
This view displays the definitions for all system and session SQEs that have been created by the current user. It can be viewed by all users.
Column Name | Type | Description |
---|---|---|
SQE_OWNER |
VARCHAR2(30) |
Owner of SQE. |
SQE_NAME |
VARCHAR2(30) |
Name of SQE. |
SQE_QUERY |
VARCHAR2(2000) |
Query Text |
This view displays stoplists. It is queryable by all users.
Column Name | Type | Description |
---|---|---|
SPL_NAME |
VARCHAR2(30) |
Name of stoplist. |
SPL_COUNT |
NUMBER |
Number of stopwords |
This view displays stopwords in each stoplist. Queryable by all users.
Column Name | Type | Description |
---|---|---|
SPW_STOPLIST |
VARCHAR2(30) |
Stoplist name. |
SPW_TYPE |
VARCHAR2(10) |
Stop type, either STOP_WORD, STOP_CLASS, STOP_THEME. |
SPW_WORD |
VARCHAR2(80) |
Stopword. |
This view displays the information about all of the thesauri that have been created in the system by the current user. It can be viewed by all users.
Column Name | Type | Description |
---|---|---|
THS_NAME |
VARCHAR2(30) |
Thesaurus name |