Oracle ConText Cartridge Administrator's Guide Release 2.0 A54628_01 |
|
This appendix contains schema information about the ConText data dictionary views provided with ConText.
The views are divided into the following three groups, based on the ConText roles that are granted access to the views:
This section describes the views that can be used by CTXADMIN users to query the Oracle ConText objects in the ConText data dictionary.
This view displays all policies that have been assigned to a column (non-template policies).
This view displays all of the details for each indexing operation (index creation, optimization, resumption, etc.) that has been requested.
This view displays all of the policies created by ConText users, as well as the template policies included with ConText. The view contains one row for each policy. The view may contain policies with the same name, because a policy must be unique only for a particular user (owner). Different users can have policies with the same name.
This view displays preferences created by ConText users and predefined preferences included with ConText. The view contains one row for each preference.
This view displays the attributes assigned to all the preferences in the ConText data dictionary. The view contains one row for each attribute.
This view displays the relationship between preferences and policies. The view contains one row for each preference attached to a policy.
This view displays the definitions for all system and session SQEs that have been created by users.
This view displays all the template policies registered in the ConText data dictionary.
Column Name | Type | Description |
---|---|---|
POL_ID |
NUMBER(38) |
Policy identifier |
POL_NAME |
VARCHAR2(30) |
Policy name |
POL_OWNER |
VARCHAR2(30) |
Username of policy owner |
POL_DESC |
VARCHAR2(240) |
Policy description |
This section describes the views that can be used by CTXADMIN and CTXAPP users to query the Oracle ConText objects in the ConText data dictionary.
This view displays all the preference categories registered in the ConText data dictionary.
Column Name | Type | Description |
---|---|---|
CLA_ID |
NUMBER(38) |
Category identifier |
CLA_NAME |
VARCHAR2(30) |
Category name |
CLA_DESC |
VARCHAR2(240) |
Category description |
This view displays all of the ConText Tiles registered in the ConText data dictionary. Only users assigned the CTXAPP and CTXADMIN roles can query CTX_OBJECTS.
This view displays the attributes that can be assigned to each Tile.
This view displays the values for the Tile attributes provided by ConText.
This view displays all the system-wide preferences (preferences owned by user CTXSYS) registered in the ConText data dictionary.
This view displays the relationship between system-wide preferences (preferences owned by CTXSYS) and policies. The view contains one row for each preference owned by CTXSYS attached to a policy.
Column Name | Type | Description |
---|---|---|
POL_ID |
NUMBER(38) |
Policy identifier |
POL_NAME |
VARCHAR2(30) |
Policy name |
PRE_ID |
NUMBER(38) |
Preference identifier |
PRE_NAME |
VARCHAR2(30) |
Preference name |
This view displays all the system-wide template policies (template policies owned by user CTXSYS) registered in the ConText data dictionary.
Column Name | Type | Description |
---|---|---|
POL_ID |
NUMBER(38) |
Policy identifier |
POL_NAME |
VARCHAR2(30) |
Policy name |
POL_DESC |
VARCHAR2(240) |
Policy description |
POL_OWNER |
VARCHAR2(30) |
Username of policy owner |
This view displays all policies that have been assigned to a column (non-template policies) and are owned by the current user.
This view displays all of the details for each indexing operation (index creation, optimization, resumption, etc.) that has been requested by the current user.
This view displays all policies that are registered in the ConText data dictionary for the current user.
This view displays all preferences defined by the current user.
This view displays all the attributes for preferences defined by the current user.
This view displays the preferences that are attached to the policies defined for the current user.
This view displays the definitions for all system and session SQEs that have been created by the current user.
This view displays all the template policies defined by the current user.
Column Name | Type | Description |
---|---|---|
POL_ID |
NUMBER(38) |
Policy identifier |
POL_NAME |
VARCHAR2(30) |
Policy name |
POL_DESC |
VARCHAR2(240) |
Policy description |
POL_OWNER |
VARCHAR2(30) |
Username of policy owner |
This section describes the views that can be used by all users to query the Oracle ConText objects in the ConText data dictionary.
This view displays information about all the thesauri that have been created in the system.
Column Name | Type | Description |
---|---|---|
THS_OWNER |
VARCHAR2(30) |
Username for thesaurus owner |
THS_NAME |
VARCHAR2(30) |
Thesaurus name |
This view displays the information about all of the thesauri that have been created in the system by the current user.
Column Name | Type | Description |
---|---|---|
THS_OWNER |
VARCHAR2(30) |
Username for thesaurus owner |
THS_NAME |
VARCHAR2(30) |
Thesaurus name |