30 DRG-10000 to DRG-52404

DRG-10000: failed to read column string.string

Cause: Error during read of specified text column

Action: check existence and privs of column

DRG-10001: can not access result table string

Cause: specified table does not exist or server does not have write privileges

Action: check result table

DRG-10002: can not insert into result table

Cause: text server is not privileged to insert, tablespace exhausted

Action: check privileges and tablespace

DRG-10011: invalid object name string

Cause: a table, column or procedure name specified had an invalid format. It is either too long or contains illegal characters. Probably you are passing in incorrect parameters.

Action: check parameter values

DRG-10015: id exceeds limit(2147483642) of a number

Cause: the limit of an id is 2147483642

Action: use an id with value 214748364 or under

DRG-10016: you must be the owner to modify this object

Cause: you tried to modify an object which you do not own

Action: have the owner modify the object

DRG-10017: you must be string to do this: string

Cause: you tried to modify an object which you have no privilege

Action: have the owner modify the object

DRG-10018: Insufficient Privilege(s)

Cause: you tried to perform an action which you have no privilege(s)

Action: get the required privilege(s)

DRG-10019: Alter Session Set Current_Schema is not honoured by this API

Cause: Alter Session Set Current_Schema is not honoured by this API

Action: Explicitly specify the Current_Schema as part of the object name

DRG-10020: invalid access to internal API

Cause: you tried to access to an internal API, which is not open to public

Action: avoid access to the internal API

DRG-10100: invalid argument found: string

Cause: invalid command argument was specified

Action: check the documentation for the legal arguments and re-execute the command

DRG-10101: no value for argument: string

Cause: this argument requires value(s)

Action: re-execute the command with the correct argument value(s)

DRG-10102: mandatory argument missing: string

Cause: this argument is mandatory

Action: re-execute the command and specify the argument

DRG-10103: illegal value for argument: string

Cause: an illegal value was passed to this argument

Action: check the documentation for the legal values for this argument

DRG-10200: invalid server personality mask: string

Cause: the specification for the server personality mask is invalid

Action: check the documentation and specify the correct mask

DRG-10202: server failed to register

Cause: the server failed to register itself with the data dictionary

Action: look at the next error on the stack

DRG-10203: server named string does not exist

Cause: update was called with the name of a server that does not exist

Action: correct the name of the server

DRG-10204: server update failed

Cause: the attempt to update the server failed

Action: look at the next error on the stack

DRG-10205: server deregister failed

Cause: the attempt to deregister the server from the data dictionary failed

Action: look at the next error on the stack

DRG-10206: failed to perform recovery for a server or client

Cause: Contact oracle support

Action: Contact oracle support

DRG-10301: timed out waiting for responses from servers

Cause: Not enough servers are running to handle the current system load, and a large backlog of commands has accumulated; perhaps no servers are running. This message could also indicate an internal error where one of the servers has crashed trying to process a given request

Action: Check that enough servers are running, and that they are processing commands of the correct type. For instance, a DDL command might timeout if all the servers are setup to exclusively process query commands. Also, check the server log files.

DRG-10302: interrupted waiting for responses from servers

Cause: User interrupted the request before it was completed

Action: Restart the request

DRG-10303: could not queue given commands to be processed

Cause: The given command or commands could not (all) be queued. This could indicate an extremely high system load, but it is more likely an internal error.

Action: Check if any servers are running to process the command.

DRG-10304: unexpected error sending command(s) to Oracle Text server

Cause: There was an unexpected error sending command(s) to server

Action: Call customer support.

DRG-10305: pipe string is full

Cause: Could not send command to pipe, because the pipe was full

Action: Check if any servers are running to process the commands on that pipe

DRG-10306: server terminated unexpectedly while processing command

Cause: The server shutdown during execution of your command. This could be caused by a shutdown abort, or by an internal error in the server.

Action: If the server terminated had an internal error, contact customer support.

DRG-10307: no servers running

Cause: Could not process command because no servers are running with the correct personality mask.

Action: Start some servers with correct personality mask.

DRG-10308: no server with the required string personality mask is running

Cause: Could not process command because no servers are running with the correct personality mask.

Action: Start some servers with correct personality mask.

DRG-10309: not enough job queue processes

Cause: Could not process command because no servers with the correct personality mask are running.

Action: increase the JOB_QUEUE_PROCESSES initialization parameter or reduce the parallel degree for this statement.

DRG-10310: servers were shutdown before processing request

Cause: The command could not be completed because the servers were shut down or terminated before processing the request.

Action: Start another server with the correct personality mask.

DRG-10311: remote send not supported

Cause: You tried to specify a database link in an index specification

Action: Specify only local index names

DRG-10312: logfile name must be specified

Cause: You tried to start logging without specifying a logfile name

Action: Specify a logfile name

DRG-10313: logging has already been started

Cause: You tried to start logging even though logging has already been started

Action: Stop logging first, or ignore

DRG-10314: logging has not been started

Cause: You tried to stop logging even though logging has not been started

Action: Start logging first, or ignore

DRG-10315: logging is not supported on MTS

Cause: You tried to start logging on MTS

Action: n/a

DRG-10500: CREATE_INDEX failed: column spec string

Cause: failed to create text index on the specified column

Action: See the next errors on stack and take appropriate action

DRG-10501: invalid stopword: string

Cause: The stopword specified cound be lexed into multiple tokens with current lexer preference

Action: Check lexer preference and Respecifies the stopword

DRG-10502: index string does not exist

Cause: the specified index does not exist or you do not have access to it.

Action: Specify an existing index

DRG-10503: table string cannot be indexed because it has no primary key

Cause: a textkey needs to be a single column unique key whose length does not exceed 64 bytes. no such key was defined as an unique index or declared as a primary or unique key constraint

Action: create a suitable textkey for the table or specify it explicitly in this procedure call

DRG-10504: primary key is required when using the DETAIL_DATASTORE

Cause: you tried to use the detail datastore to index a table with no primary key constraint

Action: add a primary key constraint on the table

DRG-10505: TRANSACTIONAL parameter not supported for NDATA

Cause: NDATA sections do not support the TRANSACTIONAL parameter

Action: Remove the TRANSACTIONAL parameter when creating the index

DRG-10506: table does not exist: string

Cause: The table, view, or synonym specified does not exist. There may also be a permissions problem reading the table.

Action: Reinvoke the operation with the correct table name

DRG-10507: duplicate index name: string

Cause: the specified index already exists in the dictionary

Action: this index can be updated or deleted, however this is only allowed if there is no text index available on the text column

DRG-10508: TRANSACTIONAL parameter not supported for JSON INDEX

Cause: JSON search index does not support TRANSACTIONAL parameter

Action: remove the paramater transactional for creating the index

DRG-10509: invalid text column: string

Cause: the column specified is not valid

Action: check that the followings are valid: a) text column is of supported datatype b) valid table name, column name in the specification.

DRG-10510: stopword is missing

Cause: The stopword to be added was not specified.

Action: Specify the stopword

DRG-10511: index string does not exist or is incomplete

Cause: index creation is not complete

Action: create index before performing this operation

DRG-10512: TRANSACTIONAL parameter not supported for CONTEXT SEARCH INDEX

Cause: CONTEXT search index does not support TRANSACTIONAL parameter

Action: remove the paramater transactional for creating the index

DRG-10513: index string metadata is corrupt

Cause: dictionary contains bad preferences for this index

Action: contact you DBA

DRG-10514: cannot create index with RIO$ prefix

Cause: user attempted to create an index whose name is prefixed with RIO$

Action: create index using a different index name

DRG-10515: Combination of parameters 'string' and 'string' is not supported

Cause: Parameters are incompatible.

Action: Remove either one of the parameters to allow index creation.

DRG-10516: failed to perform DDL operation due to an Oracle error

Cause: the ddl operation requested has failed because of an Oracle error

Action: see the Oracle error on the stack and take the appropriate action

DRG-10517: index string is already valid

Cause: The index was in a valid state and did not need the requested operation.

Action: Check the requested operation

DRG-10518: an operation is in progress which conflicts with string request

Cause: another session is operating on this index. it could be: a) DML is requested and DDL is in progress or b) DDL is requested and DML is in progress operation on the index

Action: try again later

DRG-10519: Shadow Index is not supported for 'search index'

Cause: attempt to create a shadow index on 'search index'

Action: use ctxsys.context instead

DRG-10520: failed to drop index: string

Cause: Failed to drop index on the specified index

Action: see the Oracle error on the stack and take the appropriate action

DRG-10521: Operation not supported with string on a string Index

Cause: The operation uses a feature not supported for index type

Action: Do not specify this feature for this index type

DRG-10525: missing REBUILD keyword

Cause: all Oracle Text alter index options require the REBUILD keyword

Action: specify alter index with the REBUILD keyword

DRG-10528: primary keys of type string are not allowed

Cause: you tried to create an index on a table with an illegal primary key datatype

Action: change the textkey to one of the followings: VARCHAR2, NUMBER, VARCHAR, DATE, CHAR, MLSLABEL

DRG-10531: parallel parameter must be > 0

Cause: you called create index with parallel = 0

Action: specify with value > 0

DRG-10532: table is not partitioned

Cause: you called parallel create index on non-partitioned table

Action: recreate the table with partitions or remove the PARALLEL clause

DRG-10533: invalid user name: string

Cause: you specified a user name that is invalid

Action: specify the correct user name

DRG-10535: failed to optimize text index string

Cause: the optimize operation requested has failed because of an Oracle error

Action: see the Oracle error on the stack and take the appropriate action

DRG-10536: Storage cannot be altered at index-level for partitioned indexes.

Cause: Alter-index operation was used to modify storage at index-level.

Action: For partitioned indexes alter storage at partition-level.

DRG-10549: length of the object name string exceeded the limit

Cause: object name has exceeded the maximun length of 30 bytes

Action: Reduce the length of the object name if you want to re-create it

DRG-10550: illegal syntax for index, preference, source or section name

Cause: name may have additional periods(.)

Action: check the syntax of the name

DRG-10553: illegal syntax for column specification string

Cause: column specification may have additional periods(.)

Action: check the syntax of column specification if you want to re-create it

DRG-10561: index string is not valid for requested operation

Cause: The index was not in a valid state due to some prior error.

Action: Drop index and create index again.

DRG-10562: missing alter index parameter

Cause: The parameter string was missing

Action: Provide correct parameter string with regard to the requested alter index operation.

DRG-10569: table or column does not exist: string

Cause: The table, view, synonym or column specified does not exist. There may also be a permissions problem reading the table.

Action: Reinvoke the operation with the correct table name or column name

DRG-10573: index string is obsolete

Cause: you specified an obsolete index

Action: perform upgrade_index on the index

DRG-10574: failed to upgrade text index string

Cause: the upgrade operation has failed because of an Oracle error

Action: see the Oracle error on the stack and take the appropriate action

DRG-10579: must provide text query criteria

Cause: text query criteria is mandatory

Action: provide text query criteria

DRG-10581: indirect datastores cannot be used with long or lob text columns

Cause: You tried to create an index on a long or lob column using an indirect datastore such as the file or url datastores

Action: Use direct datastore or a varchar column

DRG-10582: column string does not exist in table string

Cause: you specified an invalid column

Action: specify valid column

DRG-10583: TRUNCATE INDEX failed: string

Cause: Failed to truncate index

Action: See the next errors on stack and take appropriate action

DRG-10584: failed to string string string due to an Oracle error

Cause: a DDL operation on an index object failed due to SQL error

Action: see following error

DRG-10594: string feature not supported for string Index

Cause: feature not supported for index type

Action: Do not specify this feature for this index type

DRG-10595: ALTER INDEX string failed

Cause: failed to alter index

Action: See the next errors on stack and take appropriate action

DRG-10596: string feature not supported for string Search Index

Cause: Specified feature not supported for the index being created

Action: Do not specify this feature

DRG-10597: invalid rebuild online operation

Cause: REBUILD ONLINE is not supported for requested operation.

Action: Alter index without the online option.

DRG-10598: invalid parallel operation

Cause: PARALLEL is not supported for requested operation.

Action: Alter index without the parallel option

DRG-10599: column is not indexed

Cause: The column specified is not indexed.

Action: Create index on the column before performing this operation

DRG-10600: Optimization encountered ORA-01555 error

Cause: Optimization ran into the snapshot too old error.

Action: Increase undo tablespace

DRG-10601: failed to remove pending DML for this index

Cause: The system could not remove triggers setup to monitor updates to the requested table

Action: See next error on stack to determine course of action. Call Oracle support if necessary. Until this error is fixed, updates to all text columns in the given table may not be indexed.

DRG-10602: failed to queue DML change to column string for primary key string

Cause: The system could not record that a change had been made to the given column

Action: See next error on stack to determine course of action. Call Oracle support if necessary. Until this error is fixed, updates to all text columns in the given table may not be indexed.

DRG-10606: server failed to access the DML Queue

Cause: The server had an error accessing the DML Queue

Action: See next error on stack.

DRG-10607: index meta data is not ready yet for queuing DML

Cause: the meta data for the index has not been created yet

Action: retry the DML operation

DRG-10608: rowid to primary key mapping not available in base table

Cause: Procedural replication is on and no rowid to primary key mapping available in base table

Action: Modify base table to include a primary key

DRG-10609: cannot encode composite key with more than 16 columns

Cause: Cannot encode composite key with more than 16 columns

Action: Modify base table to have composite key with less than 16 columns

DRG-10610: Procedure not supported with Procedural replication on: string

Cause: This procedure is not supporeted when Procedural replciation is on

Action: Turn off procedural replication to execute this procedure

DRG-10611: Unexpected DML operation for rowid: string

Cause: Sync on commit has encountered an unexpected sequence of DML operations

Action: Re-try DML operations.

DRG-10612: error occurred during sync-on-commit

Cause: An indexing error occurred during sync on-commit indexing

Action: Identify the reasons for the errors reported in the stack

DRG-10613: sync on-commit internal error

Cause: Sync on-commit encountered an unexpected error

Action: Attempt to solve the underlying errors or contact customer support

DRG-10700: preference does not exist: string

Cause: the preference name specified does not exists

Action: retry with the correct preference name

DRG-10701: preference string.string already exists

Cause: the specified preference already exists

Action: must drop the preference if you want to re-create it.

DRG-10702: cannot create or modify preference in another user's schema

Cause: you tried to create a preference for another user

Action: owner or CTXSYS or a user who has CTXADMIN role should create preference

DRG-10703: invalid framework object string

Cause: you specified an invalid object type

Action: use a valid framework object

DRG-10704: preference string does not have an attribute named string

Cause: you tried to set value for a invalid attribute (not supported by the object.

Action: specify the correct attribute name

DRG-10705: invalid value string for attribute string

Cause: you tried to set an illegal value for an attribute

Action: specify the correct attribute value for the datatype of the attribute

DRG-10706: length of string exceeds maximum size of string

Cause: Parameter is too many bytes

Action: Correct preference setting and resubmit

DRG-10707: a value is required for attribute string of preference string

Cause: A required attribute was not provided

Action: Correct preference setting and resubmit

DRG-10708: invalid class id string for preference string

Cause: the specified class id is not correct for the specified preference

Action: specify the correct class id

DRG-10709: this preference is referenced by string and cannot be dropped

Cause: the specified preference is used as part of another preference and cannot be dropped until the referring preference is modified

Action: modify the referring preference

DRG-10710: Invalid value string for string attribute

Cause: Invalid value provided for save_copy attribute It should be one of these: (PLAINTEXT, FILTERED, NONE)

Action: Provide correct SAVE_COPY attribute value

DRG-10711: Invalid value for SAVE_COPY attribute: string

Cause: Invalid value provided for SAVE_COPY attribute. It should be a boolean value

Action: Provide boolean value for SAVE_COPY attribute

DRG-10712: preference string already has value for an attribute named string

Cause: Cannot call set_sec_grp_attr for an attribute whose value is already set in a preference

Action: Call add_sec_grp_attr_val to add an additional value for attribute

DRG-10713: preference string does not have any value for attribute named string

Cause: Cannot call add_sec_grp_attr_val for an attribute without calling set_sec_grp_attr for the same attribute

Action: Call set_sec_grp_attr to set value for attribute and then call add_sec_grp_attr_val to add an additional value for attribute

DRG-10714: cannot add or remove value for attribute named string

Cause: Cannot call add_sec_grp_attr_val or rem_sec_grp_attr_val for a boolean attribute

Action: Do not call add_set_grp_attr_val or rem_sec_grp_attr_val for a boolean attribute. Use set_sec_grp_attr and unset_sec_grp_attr instead.

DRG-10715: preference string has incompatible values for string and string

Cause: Cannot set related attributes to incompatible values

Action: Set or add a compatible value for related attributes

DRG-10716: invalid prefix_ns_mapping attribute value string

Cause: Value of prefix_ns_mapping is neither of the form xmlns:pfx="ns" nor of the form xmlns="ns"

Action: Call rem_sec_grp_attr_val to remove this prefix_ns_mapping attribute value.

DRG-10717: incompatible index settings

Cause: Invalid combination of PATH_SECTION_GROUP, DATAGUIDE attribute and NEVER_POPULATE

Action: Use a valid combination of PATH_SECTION_GROUP, DATAGUIDE attribute and NEVER_POPULATE

DRG-10718: operation not supported with NEVER_POPULATE

Cause: Operation is not supported with NEVER_POPULATE index option

Action: Operation is not supported with NEVER_POPULATE index option

DRG-10719: Value of stage_itab_max_rows can only be either 0 or >=1000

Cause: Invalid value for stage_itab_max_rows

Action: Provide correct value for stage_itab_max_rows

DRG-10720: Syntax only supported with JSON data type or constraint: string

Cause: The syntax was invalid.

Action: Simplified syntax is only supported with constraints.

DRG-10721: ALTER INDEX does not support this operation

Cause: ALTER INDEX supported only with JSON_ENABLE and IS JSON constraint. Any degradation of the index state is not supported either.

Action: Ensure constraints are met. To degrade index state, drop and recreate the index

DRG-10722: string is a desupported preference

Cause: creating a preference which was desupported

Action: refer to documentation for valid preferences

DRG-10723: string option cannot be enabled

Cause: An ALTER INDEX statement attempted to modify an option that is exclusive to JSON or XML Search Indexes.

Action: Remove the option from the PARAMETERS clause.

DRG-10724: invalid transition to SEARCH_ON string

Cause: An attempt was made to rebuild an index with a SEARCH_ON option that degrades the index state.

Action: ALTER INDEX REBUILD with the SEARCH_ON option can only upgrade the index state. To degrade the index, drop and recreate the index.

DRG-10750: unknown parameter string

Cause: Unrecognized parameter

Action: Specify correct parameter

DRG-10751: invalid value for parameter

Cause: Wrong data type or out of range

Action: Specify correct parameter value

DRG-10752: DEFAULT_INDEX_MEMORY cannot be greater than MAX_INDEX_MEMORY

Cause: You tried to set DEFAULT_INDEX_MEMORY to a value higher than the maximum set in MAX_INDEX_MEMORY

Action: Specify a lower value

DRG-10753: invalid size (in bytes) string string

Cause: You specified an incorrectly formatted size string

Action: Specify a correctly formatted size string

DRG-10754: Size (in bytes) must be between string and string

Cause: You specified size (in bytes) which is outside the allowed range

Action: Specify size (in bytes) within the allowed range

DRG-10755: string and string have characters in common

Cause: the join character sets cannot have characters in common

Action: Correct the attribute values and resubmit

DRG-10756: neither text indexing nor theme indexing has been selected

Cause: INDEX_TEXT and INDEX_THEMES preferences both cannot be FALSE.

Action: Set either of INDEX_TEXT or INDEX_THEMES or both to TRUE.

DRG-10757: stoplist cannot have more than 4096 stopwords

Cause: a stoplist cannot have more than 4096 stopwords. This includes stopthemes.

Action: none required

DRG-10758: index owner does not have the privilege to use file or URL datastore

Cause: index owner does not have the Text Datastore Access Privilege

Action: grant index owner the Text Datastore Access Privilege

DRG-10759: invalid role

Cause: the role does not exist in the database

Action: check the role name or create the role

DRG-10760: illegal format for procedure name

Cause: the procedure name specified is invalid. For instance, it may have a semicolon

Action: check the procedure name

DRG-10761: procedure string does not exist

Cause: the specified procedure could not be found

Action: check input. Try a fully-specified format such as OWNER.OBJECT

DRG-10762: index owner does not have access to procedure string

Cause: the index owner does not have execute privilege on the specified procedure

Action: grant index owner execute permission on the procedure

DRG-10763: value string is not a valid character set

Cause: the value specified for the filename_charset attribute of the file datastore is not a valid character set name

Action: specify a valid Oracle character set name

DRG-10765: stoplist cannot have more than 250 stopclasses with stoppatterns

Cause: a stoplist cannot have more than 250 stopclasses with stoppatterns. This does not include NUMBERS stopclass.

Action: none required

DRG-10766: Wildcard Index is not supported for string Index

Cause: Wildcard Index is not Supported for CTXCAT/CTXRULE index

Action: Do not use Wildcard Index with CTXCAT/CTXRULE index

DRG-10767: Specified datastore is not supported on the policy

Cause: Using a datastore not supported on the policy for inmemory text

Action: Use a valid datastore: Direct, Directory or Network

DRG-10768: num_themes must be greater than zero

Cause: Providing a number less than zero for num_themes parameter

Action: Provide a valid positive integer for num_themes

DRG-10769: token_type is not suppported for this operation

Cause: chosen token_type is not supported for this operation

Action: chosen token_type is not supported for this operation

DRG-10800: query failed: string string string

Cause: Failed to process the query

Action: Check the errors on stack and take appropriate action

DRG-10801: cannot create an SQE for another user

Cause: You tried to create an SQE for another user

Action: Remove owner from SQE name specification

DRG-10816: display/highlight call failed

Cause: See the next error on the stack.

Action: See the next error on the stack.

DRG-10817: CONTAINS term consists of stopword or phrase of stopwords: string

Cause: One or more terms within a CONTAINS query consist of just a stopword or a phrase of just stopwords

Action: Replace the stopword or use stopwords within phrases containing non-stopwords.

DRG-10819: could not open contains cursor

Cause: An error occurred while trying to open a contains cursor

Action: See accompanying error messages in the stack

DRG-10820: invalid contains cursor id

Cause: You tried to fetch or close a contains cursor with an id which does not exist.

Action: Review fetch or close invocation

DRG-10821: contains cursor is not open

Cause: You tried to fetch from a contains cursor which was not open.

Action: Open cursor first

DRG-10822: duplicate query name

Cause: You tried to create a stored query with a name already used.

Action: Use different name

DRG-10823: invalid query name

Cause: The query name specified is not valid

Action: Check the query name

DRG-10825: stored query does not exist: string

Cause: The specified stored query does not exist.

Action: Check the query name

DRG-10826: no document with the specified textkey is found

Cause: There is no document with the specified textkey.

Action: Check the textkey

DRG-10827: open_con must be performed before count_last

Cause: last_count returns hit from in-memory query,so an in-memory query must be run before you can use count_last

Action: execute open_con before run count_last

DRG-10828: token string is longer than maximum length for column string

Cause: A token to be inserted in the feedback table is longer than the maximum allowed column size.

Action: Modify the query, or the column size for feedback table, or feedback procedure arguments accordingly.

DRG-10829: feedback id string is longer than the maximum length of string bytes

Cause: Feedback id is longer than the maximum allowed length for the feedback_id column.

Action: Use a smaller feedback_id.

DRG-10830: SHARELEVEL is not 0 or 1

Cause: You specified a sharelevel which is not 0 or 1

Action: Use sharelevel equal to 0 or 1 only.

DRG-10831: can not insert into feedback table string

Cause: Not privileged to insert.

Action: Check privileges.

DRG-10832: can not delete from feedback table string

Cause: Not privileged to delete.

Action: Check privileges.

DRG-10833: feedback failed

Cause: Failed to process feedback request

Action: Check the errors on stack and take appropriate action

DRG-10834: upper-case form of section name string too long

Cause: upper-case form of the section name is longer then supported length

Action: reduce length of section name when adding section

DRG-10835: WITHIN operator not supported for theme index

Cause: WITHIN operator used in theme index query

Action: Rewrite query without WITHIN operator

DRG-10836: field section and attribute section can not be nested

Cause: A field section or a attribute section is specified in a nested section search

Action: Rewrite query without nested field sections

DRG-10837: section string does not exist

Cause: The given section name does not exist in USER_SECTIONS

Action: Rewrite query with valid section name

DRG-10838: invalid SPAN argument supplied to NEAR

Cause: An invalid value was supplied for SPAN argument to NEAR

Action: Provide a valid SPAN. Valid values are integers from 0 to 100.

DRG-10839: invalid ORDER argument supplied to NEAR

Cause: An invalid value was supplied for ORDER argument to NEAR

Action: Provide a valid ORDER. Valid values are T, TRUE, F, FALSE (case insensitive).

DRG-10840: CONTAINS predicate including 0 is not supported by FIRST_ROWS hint

Cause: User attempts to issue a query with CONTAINS predicate including 0 while giving FIRST_ROWS hint.

Action: remove FIRST_ROWS hint.

DRG-10841: invalid SCORE argument supplied to FUZZY

Cause: An invalid value was supplied for SCORE argument to FUZZY

Action: Provide a valid SCORE. Valid values are integers from 1 to 80.

DRG-10842: invalid NUMRESULTS argument supplied to FUZZY

Cause: An invalid value was supplied for NUMRESULTS argument to FUZZY

Action: Provide a valid NUMRESULTS. Valid values are integers from 0 to 5000.

DRG-10843: invalid WEIGHT argument supplied to FUZZY

Cause: An invalid value was supplied for WEIGHT argument to FUZZY

Action: Set WEIGHT to WEIGHT or NOWEIGHT.

DRG-10844: index cannot execute this structured predicate efficiently

Cause: You specified a combination of condition and order by columns in a catsearch query which cannot be executed by the index's index set efficiently

Action: n/a

DRG-10845: column string is not indexed

Cause: You specified a column in a condition or order by which is not part of the ctxcat index

Action: n/a

DRG-10846: order by columns must be all ascending or all descending

Cause: You specified an order by clause which has some columns ascending and some descending. This is not currently supported by catsearch

Action: n/a

DRG-10847: catsearch requires prefix index for this type of query

Cause: For efficient execution of this Vgram query, we require presence of a prefix index.

Action: create a prefix index

DRG-10848: invalid structured clause

Cause: you have specified an invalid structured clause

Action: n/a

DRG-10849: catsearch does not support functional invocation

Cause: the query plan for your query is invoking a catsearch operator functionally rather than as an index rowsource. The catsearch operator does not support functional invocation

Action: add optimizer hints so that all catsearch operators are performed through index scans

DRG-10850: CTXRULE indextype does not support the operator

Cause: Used an operator not supported by CTXRULE. Currently it only supports AND, NEAR, phrase, NOT, WITHIN, OR, ABOUT, EQUIVALENCE, STEM and THESAURUS operators

Action: Rewrite query without this operator

DRG-10851: Invalid grammar string specified for query template

Cause: incorrect grammar specification

Action: Rewrite query specifying valid grammar name

DRG-10852: Invalid scoring type string specified for query template

Cause: incorrect scoring type specification

Action: Rewrite query specifying valid scoring type (integer/float)

DRG-10853: Catsearch does not support this operator

Cause: unsupported operator specified

Action: Rewrite query using valid operators

DRG-10854: Invalid scoring algorithm string specified for query template

Cause: incorrect scoring algorithm specification

Action: Rewrite query specifying valid scoring algorithm (default/count)

DRG-10855: CTXRULE indextype does not support the token type

Cause: Unsupported VGRAM token type 1.

Action: n/a

DRG-10856: SDATA section string does not exist

Cause: The given SDATA section name does not exist in USER_SECTIONS

Action: Rewrite query with valid SDATA section name

DRG-10857: literal is not compatible with the data type of the SDATA section

Cause: The given literal is not compatible with the data type of the specified SDATA section.

Action: Rewrite query with a compatible literal

DRG-10858: SDATA operator is not allowed in WITHIN

Cause: A field section or a attribute section is specified in a nested section search

Action: Rewrite query without nested field sections

DRG-10859: Only one predefined scoring component can be used in DEFINESCORE

Cause: More than one predefined scoring component (i.e. RELEVANCE, OCCURRENCE, etc.) is used in the scoring expression of the DEFINESCORE operator

Action: Rewrite query using only one predefined component

DRG-10860: All expressions under the same WITHIN must use the same predefined scoring component

Cause: The query side of the same within mixes different types of scoring components(i.e. RELEVANCE, OCCURRENCE, etc.)

Action: Rewrite query using only one type of predefined component

DRG-10861: COMPLETION score must be used with WITHIN operator

Cause: The completion score is used without using the WITHIN operator

Action: Rewrite query to include a within operator

DRG-10862: string attribute cannot be used with CTXRULE indexes

Cause: Used an attribute not supported by CTXRULE. This restriction is due to lack of wildcard support for CTXRULE indexes.

Action: Rewrite query without this attribute

DRG-10863: invalid ORDER argument supplied to NDATA

Cause: An invalid value was supplied for ORDER argument to NDATA

Action: Set ORDER to ORDER or NOORDER.

DRG-10864: invalid PROXIMITY argument supplied to NDATA

Cause: An invalid value was supplied for PROXIMITY argument to NDATA

Action: Set PROXIMITY to PROXIMITY or NOPROXIMITY.

DRG-10865: invalid datatype in user scoring expression

Cause: The scoring expression specified in DEFINESCORE or NORMALIZATION_EXPR in the query template either contains components with unsupported datatypes or does not return numerical values.

Action: Rewrite the scoring expression.

DRG-10866: The right hand operand of MINUS cannot use IGNORE score

Cause: The IGNORE score is used as the right hand operand of MINUS

Action: Rewrite the scoring expression.

DRG-10867: OCCURRENCE and COMPLETION score cannot be used with ABOUT in DEFINESCORE

Cause: The OCCURRENCE and COMPLETION score cannot be used with ABOUT queries

Action: Rewrite the scoring expression.

DRG-10868: matches does not support functional invocation

Cause: the query plan for your query is invoking a matches operator functionally rather than as an index rowsource. The matches operator does not support functional invocation

Action: add optimizer hints so that all matches operators are performed through index scans

DRG-10869: Invalid span supplied to NEAR2 operator

Cause: Near2 span must be between 0 and 100

Action: Use acceptable span

DRG-10870: Invalid weight supplied to NEAR2 operator

Cause: Near2 weights must be between 0 and 10

Action: Use acceptable weight

DRG-10871: NDATA operator not supported with string

Cause: NDATA operator is not supported in the specified operation

Action: Rewrite the query without NDATA operator

DRG-10872: Characters cannot be outside string in an XML query

Cause: Charaters outside query element are not valid

Action: Write the characters inside querytextquery

DRG-10873: Invalid characters location in the XML query

Cause: Charaters between certain elements are not allowed

Action: Write the characters in designed places

DRG-10874: Syntax error in XML Query Template

Cause: XML template is wrong. Possible causes include missing closing tag or receiving invalid attributes or characters.

Action: Check that the query is valid XML

DRG-10875: Missing closing tag in XML Query

Cause: Some tag has been opened and not closed properly.

Action: Close all tags properly

DRG-10876: Invalid ordering of elements in XML Query

Cause: Occurrence of some element that should be only between another element that was not found

Action: Check the proper ordering of elements

DRG-10877: query should always start an XML Query

Cause: Either query is missing or is wrongly possitioned

Action: Insert query properly

DRG-10878: Invalid ordering in XML Query: string should be string of string

Cause: Invalid ordering of tags as of specs

Action: Rewrite query properly

DRG-10879: Invalid string element repetition in XML Query

Cause: Invalid repetition of XML element

Action: Rewrite query, merging both repeated elements

DRG-10880: Invalid nesting of string in XML Query

Cause: Invalid nesting of same element has been encountered

Action: Either close element properly or avoid nesting

DRG-10881: Invalid setting of savescore in ctxfiltercache

Cause: savescore argument must be true or false

Action: set savescore to true or false

DRG-10882: Invalid setting of topn in ctxfiltercache

Cause: topn argument must be true or false

Action: set topn to true or false

DRG-10883: savescore must be true to use topn in ctxfiltercache

Cause: savescore must be true to use topn in ctxfiltercache

Action: set savescore to true to use topn processing

DRG-10884: invalid use of ctxfiltercache with topn

Cause: ctxfiltercache with topn must be child of AND, THRESHOLD, or WEIGHT operators

Action: invalid query

DRG-10885: ctxfiltercache operator requires non-zero query_filter_cache_size

Cause: used ctxfiltercache operator with zero query_filter_cache_size

Action: Set a non-zero query_filter_cache_size

DRG-10886: topn must be used with order by score desc in ctxfiltercache

Cause: must order query results by score desc when topn argument is true

Action: Add order by score desc and use oracle hint DOMAIN_INDEX_SORT

DRG-10891: invalid MINREQD argument supplied to NEAR

Cause: An invalid value was supplied for MINREQD argument to NEAR

Action: Provide a valid MINREQD. Valid values are integers from 0 to 63.

DRG-10892: invalid THRESHOLD argument supplied to NDATA

Cause: An invalid value was supplied for the THRESHOLD argument to NDATA.

Action: Set the THRESHOLD to a value between 1-100 inclusive.

DRG-10894: Missing regular expression in PATTERN

Cause: The syntax is PATTERN(regex). regex is missing.

Action: Supply the regular expression

DRG-10895: Invalid regular expression in PATTERN

Cause: The syntax of the regular expression is incorrect

Action: Correct the regular expression

DRG-10896: Regular expression specifies empty string in PATTERN

Cause: The expression ^$ has no match.

Action: Correct the regular expression

DRG-10897: Regular expression matches too many words

Cause: The regular expression matches too many words.

Action: Correct the regular expression

DRG-10898: ctxfiltercache is not supported with optimized for string SDATA

Cause: Used ctxfiltercache operator with unsupported SDATA.

Action: Do not use ctxfiltercache operator with this kind of SDATA.

DRG-10900: out of memory

Cause: can not allocate more memory

Action: Contact your system adminstrator

DRG-10901: memory deallocation failed

Cause: could not deallocate memory

Action: Contact your system administrator

DRG-11000: invalid keyword string

Cause: A keyword was invalid.

Action: Respecify the parameter string with correct keyword

DRG-11001: missing keyword when expecting one of string

Cause: A keyword was missing.

Action: Respecify the parameter string with keyword

DRG-11002: missing value for string

Cause: A value for the argument was missing.

Action: Respecify the parameter string with value

DRG-11003: invalid value string for string

Cause: An invalid value was given for the argument

Action: Specify a valid value

DRG-11004: duplicate or conflicting value for string

Cause: More than one value has been specified for the argument

Action: Check parameter string and correct the problem parameter

DRG-11005: invalid create index parameter string

Cause: the supplied parameter string is not correct

Action: drop index and recreate index with correct parameters

DRG-11006: invalid alter index parameter string

Cause: The parameter string was invalid.

Action: Reissue the statement with the correct parameter string.

DRG-11007: multiple stopwords specified

Cause: Tried to add more than one stopword

Action: Specify one stopword at a time

DRG-11008: invalid create index partition parameter string

Cause: The parameter string was invalid

Action: drop index and recreate index with correct parameters

DRG-11009: parameter string is not supported at the partition level

Cause: The parameter is not supported at the partition level during index creation and index alteration

Action: try specifying the parameter at index level

DRG-11010: operator string is not supported for JSON

Cause: The operator is not supported for JSON

Action: do not use the operator in your query

DRG-11100: unable to connect to the database

Cause: failed to connect to Oracle database

Action: check the Oracle error and connect string

DRG-11101: failed to open file string

Cause: failed to open a file

Action: check whether the file exist or access permission available

DRG-11102: assigned lexer can not operate on string language setting

Cause: Single byte lexer selected in multibyte language setting

Action: check RDBMS language setting or text columns lexer setting

DRG-11104: Oracle Text error:

Cause: See the next error on stack

Action: See the next error on stack

DRG-11106: user database session has terminated during this operation

Cause: this database session does not exist or has terminated

Action: determine why the user database session terminated while the operation was still being carried out.

DRG-11107: invalid path specification: string

Cause: the path specified is not valid

Action: check the path specification

DRG-11108: invalid filename specified: string

Cause: the filename specified is not valid

Action: check the filename for beginning or trailing spaces, invalid characters, or other such problems.

DRG-11109: assigned lexer does not support string query operator

Cause: This lexer does not support this query operator

Action: do not use the operator in your query

DRG-11111: value of string must be between string and string

Cause: You specified a value for the parameter which is out of range

Action: Specify a value which is in the allowed range

DRG-11112: length of string exceeds maximum of string

Cause: You specified a value for the parameter which is too long

Action: Specify a value which is less than or equal to the maximum length

DRG-11113: value of string must be one of string

Cause: You specified a value for the parameter which is invalid

Action: Specify a valid value for the parameter

DRG-11114: result table format is not correct for this operation

Cause: You specified a result table which has the wrong number, type, or names of columns for this operation.

Action: Check result table. Refer to the documentation for the correct format for each operation

DRG-11115: a value for string must be specified

Cause: You did not specify a value for the parameter

Action: Specify a value for the parameter

DRG-11116: value of string must be less than or equal to value of string

Cause: You specified values for the two parameters which are invalid

Action: Specify valid values for the parameters

DRG-11117: name is already used by an existing object

Cause: You tried to create an object whose name conflicts with an object of that type which already exists

Action: Specify a new name

DRG-11118: object string does not exist

Cause: You tried to modify or drop an object which does not exist

Action: Specify correct object name

DRG-11119: operation is not supported by this index type

Cause: You tried to invoke an operation on an index which is not supported by the index type

Action: n/a

DRG-11120: failed to write to file string

Cause: failed to write to a file

Action: check whether the file exist or access permission available

DRG-11121: failed to read from file string

Cause: failed to read from a file

Action: check whether the file exist or access permission available

DRG-11122: unsupported section group

Cause: unsupported section group is specified for functional contains

Action: change the section group to NULL_SECTION_GROUP

DRG-11123: theme indexing is not supported

Cause: theme indexing is on in the lexer preference for functional contains

Action: turn off theme indexing

DRG-11124: invalid value string

Cause: you specified an invalid value

Action: specify a valid value

DRG-11125: invalid format of existing log file string

Cause: the file specified by START_LOG already exists, and is not a previously written log file

Action: specify a new file, or remove the existing file

DRG-11126: context index is empty

Cause: the training table is empty or the context index of training table is not populated

Action: populate the training table or context index

DRG-11127: inconsistent index policy with trained rule

Cause: the ctxrule index policy is inconsistent with the policy in which the rule was trained

Action: change the ctxrule index policy

DRG-11128: invalid format of rule

Cause: the rule format is not valid for this operation

Action: check the rule type and operation type

DRG-11129: the rule table is empty

Cause: the rule table is empty

Action: populate the rule table by training

DRG-11130: no data found in the collection

Cause: feature preparation program can not find any feature in the specified collection

Action: check the setting for extracting features.

DRG-11131: Error from Oracle XML parser: string

Cause: The Oracle XML parser reported an error

Action: Check the document for the error, and fix if necessary

DRG-11132: Invalid character in logfile name

Cause: The logfile parameter to CTX_OUTPUT.START_LOG or CTX_OUTPUT.START_QUERY_LOG contains an invalid character (such as a forward slash)

Action: Remove the invalid character

DRG-11133: failed to convert a datetime value [ora-number]

Cause: Failed to convert the datetime value.

Action: Check the error code

DRG-11134: The file string is currenly being used for logging by another process

Cause: The file is currently being used by another process.

Action: Give a different file name.

DRG-11135: feature not generally available

Cause: You tried to use a feature not generally available.

Action: Contact customer support

DRG-11136: assigned lexer does not support entity extraction

Cause: This lexer does not support entity extraction

Action: Do not use this lexer for entity extraction

DRG-11137: tracing is not supported on MTS

Cause: you tried to use ctx_output tracing in an MTS session

Action: connect using a dedicated session and retry the operation

DRG-11138: trace string is already enabled

Cause: you tried to enable a trace that is already enabled

Action: disable the trace first

DRG-11139: trace string is not enabled

Cause: you tried to disable a trace that is not enabled

Action: enable the trace first

DRG-11140: Section string is not MDATA

Cause: you tried to perform MDATA operation on non-mdata section

Action: provide correct mdata section name

DRG-11141: CTX_DDL.REMOVE_MDATA() and CTX_DDL.ADD_MDATA() not allowed for MDATA Section string

Cause: you tried to call CTX_DDL.REMOVE_MDATA() or CTX_DDL.ADD_MDATA() on a MDATA section which is created with ALLOW_ADD_REM parameter set to FALSE.

Action: do not call CTX_DDL.REMOVE_MDATA() or CTX_DDL.ADD_MDATA() on a MDATA section that is created with ALLOW_ADD_REM parameter set to FALSE.

DRG-11142: string cannot be string

Cause: The value for the specified parameter cannot be as specified

Action: Specify the correct value

DRG-11143: Only 64 errors can be traced

Cause: You tried to trace more than 64 errors with ctx_output

Action: Trace fewer errors, or use DRG_DUMP_ALL_ERRORS

DRG-11144: Invalid value for radius parameter: string

Cause: You specified invalid value for radius parameter

Action: Provide non-negative/non-decimal value for radius parameter

DRG-11145: Invalid value for max_length parameter: string

Cause: You specified invalid value for max_length parameter

Action: Provide non-negative/non-decimal value for max_length parameter

DRG-11146: Invalid value for use_saved_copy: string

Cause: You specified invalid value for use_saved_copy parameter

Action: Use one of these: SAVE_COPY_FALLBACK / SAVE_COPY_ERROR / SAVE_COPY_IGNORE

DRG-11147: Invalid lexer for ctx_doc.policy_stems

Cause: You specified/used a lexer which does not support ctx_doc.policy_stems

Action: Use auto lexer for ctx_doc.policy_stems

DRG-11148: Invalid lexer for ctx_doc.policy_noun_phrases

Cause: You specified/used a lexer which does not support ctx_doc.policy_noun_phrases

Action: Use auto lexer for ctx_doc.policy_noun_phrases

DRG-11149: Invalid lexer for ctx_doc.policy_part_of_speech

Cause: You specified/used a lexer which does not support ctx_doc.policy_part_of_speech

Action: Use auto lexer for ctx_doc.policy_part_of_speech

DRG-11150: Reverse Index feature not enabled

Cause: Feature not enabled

Action: Enable Reverse Index feature

DRG-11151: Invalid value for max_inst in sentiment procedure

Cause: Sentiment procedure called with an invalid max_inst value.

Action: Specify a max_inst value in the range of 1 to 10.

DRG-11152: Invalid value for type attribue in sentiment procedure

Cause: An invalid type attribute value was specified.

Action: Specify the type as either EXACT or ABOUT.

DRG-11153: classifier string does not exist

Cause: The specified classifier did not exist.

Action: Provide the name of an existing classifier.

DRG-11154: topic cannot be null

Cause: The specified topic was null for a non-aggregate sentiment request.

Action: Specify a non-null topic or use an aggregate request.

DRG-11155: Invalid Lexer for Default Sentiment Classifier

Cause: The specified lexer is not supported for the Default Sentiment Classifier.

Action: Use auto lexer for Default Sentiment Classifier.

DRG-11156: user buffer too small

Cause: The user buffer is too small for the output data.

Action: Specify a bigger buffer.

DRG-11157: dataguide is not supported on MTS

Cause: you tried to create a dataguide enabled index in an MTS session

Action: connect using a dedicated session and retry the operation

DRG-11158: Only Path or NULL Section Group are allowed for inmemory text

Cause: you tried to use an invalid section group for inmemory text

Action: use a valid section group

DRG-11159: JSON_ENABLE must be TRUE for inmemory text

Cause: Path Section Group must have json_enable true for inmemory text

Action: set json_enable to true

DRG-11160: Basic Lexer with index_themes is not allowed for inmemory text

Cause: Using a Basic Lexer with index_themes

Action: Remove index_themes from the Basic Lexer

DRG-11161: Filter is not supported for inmemory text

Cause: Using an invalid Filter for inmemory text

Action: Only NULL Filter is supported

DRG-11162: Wordlist is not supported for inmemory text

Cause: Using an invalid Wordlist for inmemory text

Action: Only NULL Wordlist is supported

DRG-11163: JSON Dataguide flush failed

Cause: An internal error prevented JSON Dataguide information from being flushed to disk

Action: Review the other errors and contact Oracle Support

DRG-11164: Operator string is not supported with in-memory text index.

Cause: Using an operator that is not supported for in-memory text index.

Action: Don't use the operator on in-memory text index.

DRG-11165: Invalid Section Group with string Datastore for In-Memory Text.

Cause: When using Directory or Network Datastore, only NULL_SECTION_GROUP is allowed

Action: Change the policy's section group to NULL_SECTION_GROUP

DRG-11166: Using JSON_ENABLE preference on an invalid column type.

Cause: An attempt was made to use Section Group's JSON_ENABLE preference on a non-JSON column.

Action: Do not use JSON_ENABLE preference on a non-JSON column.

DRG-11203: INSO filter not supported on this platform

Cause: You tried to use the INSO filter on a platform which does not support it

Action: Do not use the INSO filter

DRG-11204: user filter command is too long

Cause: The user filter command must be 32 characters or less

Action: Specify a shorted user filter command

DRG-11205: user filter command contains illegal characters

Cause: The user filter command cannot contain special characters such as slashes, parentheses, semicolons, etc.

Action: Correct command specification

DRG-11206: user filter command string could not be executed

Cause: The user filter command could not be executed.

Action: Check that the command exists in $ORACLE_HOME/ctx/bin, and that it is executable.

DRG-11207: user filter command exited with status string

Cause: The user filter command exited with the given error status.

Action: See any DRG-11220, DRG-11221, DRG-11222, DRG-11223, DRG-11224, DRG-11225, or DRG-11227 error message on the error stack otherwise see error status.

DRG-11208: ORACLE_HOME is not set

Cause: ORACLE_HOME is not set

Action: make sure ORACLE_HOME is set when running ctxsrv

DRG-11209: filename for string exceeds maximum length of string

Cause: Value of the file name is too long

Action: Specify a shorter filename

DRG-11210: format column must be a char, varchar, or varchar2 type

Cause: you specified a format column which is not a char, varchar, or varchar2 type.

Action: specify a format column of correct type

DRG-11211: charset column must be a char, varchar, or varchar2 type

Cause: you specified a charset column which is not a char, varchar, or varchar2 type.

Action: specify a charset column of correct type

DRG-11212: procedure filter procedure name contains a semicolon

Cause: the procedure name specified had a semicolon

Action: remove semicolon or rename procedure name. The correct format is PACKAGENAME.PROCEDURE_NAME

DRG-11213: CTXSYS does not own procedure filter stored procedure: string

Cause: CTXSYS does not have execute privilege to the procedure filter stored procedure

Action: make sure the package is owned by CTXSYS and the procedure exist

DRG-11214: execution of procedure filter stored procedure has failed

Cause: an error occur while executing the proedure filter stored procedure

Action: check or debug the stored procedure

DRG-11215: index owner does not have access to filter stored procedure: string

Cause: the index owner does not have execute privilege of the procedure

Action: CTXSYS to grant execute privilege of the procedure to index owner

DRG-11216: length of datastore data exceeds limit

Cause: the length of the datastore data passed to the filter stored procedure is longer than the maximum length (32767 bytes)

Action: check primary key parameter

DRG-11217: INSO safe callout failed

Cause: The INSO safe callout cannot be executed

Action: check the Oracle errpr

DRG-11218: malformed mail line, line string

Cause: The mail message has an error at the indicated line

Action: manually edit mail message, if possible

DRG-11219: malformed mail configuration file, line string

Cause: mail filter configuration file has an error at the indicated line

Action: manually edit mail filter configuration file, if possible

DRG-11220: Third-party filter is out of memory.

Cause: Third-party filter could not filter this document because it was unable to allocate sufficient virtual memory.

Action: Increase virtual memory provided by the Operating System and reindex this document.

DRG-11221: Third-party filter indicates this document is corrupted.

Cause: Third-party filter could not filter this document because this document is corrupted.

Action: Fix the corruption and reindex this document.

DRG-11222: Third-party filter does not support this known document format.

Cause: Third-party filter was able to recognize the format of this document but could not filter it because this format is not supported.

Action: Remove this document or specify it to be ignored.

DRG-11223: Third-party filter indicates this document is password protected or encrypted.

Cause: Third-party filter encountered a password protected or encrypted document and could not filter it because this level of password protection or encryption is not supported.

Action: Remove this document or specify it to be ignored.

DRG-11224: Third-party filter is unable to create or write to temporary file.

Cause: Third-party filter could not filter this document because it was unable to create a temporary file or unable to write to a temporary file.

Action: Make sure that the Operating System specified temporary directory has enough space and that the Operating System Oracle user has the privileges to create files in this temporary directory.

DRG-11225: Third-party filter timed out.

Cause: Third-party filter could not filter this document because the filter timed out.

Action: Increase the value of the TIMEOUT attribute of INSO_FILTER filter type and reindex this document. When TIMEOUT attribute is set to 0 and the session hangs then contact Oracle Support.

DRG-11226: Error initializing third-party filter: string

Cause: There was an error initializing the third-party filter.

Action: Check the following messages for details

DRG-11227: Third-party filter does not support this document format.

Cause: Third-party filter does not support the format of this document.

Action: Remove this document or specify it to be ignored.

DRG-11228: Charset filter does not support binary documents.

Cause: The format column specifies a binary document

Action: Do not attempt to filter binary documents using the charset filter

DRG-11229: configuration column must be a char, varchar, or varchar2 type

Cause: you specified a configuration column which is not a char, varchar, or varchar2 type.

Action: specify a configuration column of correct type

DRG-11301: error while indexing document

Cause: An error was encountered while indexing the document. The error may have occurred during lexing, parsing for sections, or other action during document tokenization

Action: review document and update with valid data. Note that the document contents may have been partially indexed, so it may be returned by some queries.

DRG-11303: secondary indexes are not supported by this indextype

Cause: You attempted to create an index on an index-organized table, but the indextype does not support this action.

Action: n/a

DRG-11304: function-based indexes are not supported by this indextype

Cause: You attempted to create a function-based index but the indextype does not support this action.

Action: n/a

DRG-11305: create/alter index string is in progress in another session

Cause: you attempted to mark the index from INPROGRESS to FAILURE but create/alter on the same index is in progress in another session

Action: n/a

DRG-11306: operation cannot be performed on a policy

Cause: you attempted to perform an operation on a policy, but the operation is only valid for an index.

Action: n/a

DRG-11307: operation cannot be performed on an index

Cause: you attempted to perform an operation on an index, but the operation is only valid for a policy.

Action: n/a

DRG-11308: unsupported column expression string

Cause: You attempted to create an index with an unsupported column expression.

Action: n/a

DRG-11309: invalid filter by column: string of datatype string and size string

Cause: the column specified is not valid

Action: check that the followings are valid: a) column is of supported datatype b) valid table name, column name in the specification. c) column size is at most 249 bytes long

DRG-11310: invalid order by column: string of datatype string and size string

Cause: the column specified is not valid

Action: check that the followings are valid: a) column is of supported datatype b) valid table name, column name in the specification. c) column size is at most 249 bytes long

DRG-11311: string cannot be specified for this optimization mode

Cause: the specified option is not valid for this optimization mode

Action: remove the specified option

DRG-11312: source and new policy must have same owner

Cause: the new policy has a different owner than the source policy

Action: Ensure that both policies are owned by the same user

DRG-11313: populate index error on index partition string

Cause: failed to polulate the text index on the specified partition

Action: See the next errors on stack and take appropriate action

DRG-11314: changing TRANSACTIONAL property on index with rows on pending queue not allowed

Cause: the index has pending unsynced rows

Action: sync the index before changing the TRANSACTIONAL property

DRG-11316: $S table cannot be created with string

Cause: the $S table cannot be created with the specified storage option

Action: remove the specified option from the index preference and retry the index creation

DRG-11317: rowid string is not in the index

Cause: you specified an invalid rowid in ctx_ddl.add_mdata

Action: correct the rowid and retry

DRG-11318: error processing dr$sdata_update

Cause: there was an error

Action: check the error stack for more details

DRG-11319: more than 1 index found on $I. OPTIMIZE REBUILD not supported

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: resolve the issue, and retry the operation

DRG-11320: no index found on $I. OPTIMIZE REBUILD not supported

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: resolve the issue, and retry the operation

DRG-11321: triggers detected on $I. OPTIMIZE REBUILD not supported

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: resolve the issue, and retry the operation

DRG-11322: fast optimize not supported for big_io option

Cause: OPTIMIZE FAST is not supported with big_io option

Action: run optimize full or rebuild instead

DRG-11323: merge optimize requires near_realtime option

Cause: OPTIMIZE MERGE requires near_realtime option

Action: run another optimize mode

DRG-11324: fast optimize not supported for separate_offsets option

Cause: OPTIMIZE FAST is not supported with separate_offsets option

Action: run optimize full or rebuild instead

DRG-11325: stageitab only supported for context index

Cause: STAGEITAB requires context index

Action: don't use stageitab on non context indexes

DRG-11326: separate offsets only supported for context index

Cause: SEPARATE_OFFSETS requires context index

Action: don't use separate_offsets on non context indexes

DRG-11327: big_io only supported for context index

Cause: BIG_IO requires context index

Action: don't use big_io on non context indexes

DRG-11328: optimize validation failed

Cause: optimize validation failed

Action: file a bug

DRG-11332: Index already has STAGE_ITAB set

Cause: Index already has stage_itab set

Action: Do not add stage_itab to this index

DRG-11333: Index does not have STAGE_ITAB set

Cause: Index does not have stage_itab set

Action: Do not remove stage_itab from this index

DRG-11334: Index already has BIG_IO set

Cause: Index already has big_io set

Action: Do not add big_io to this index

DRG-11335: Index does not have BIG_IO set

Cause: Index does not have big_io set

Action: Do not remove big_io from this index

DRG-11336: Index already has SEPARATE_OFFSETS set

Cause: Index already has separate_offsets set

Action: Do not add separate_offsets to this index

DRG-11337: Index does not have SEPARATE_OFFSETS set

Cause: Index does not have separate_offsets set

Action: Do not remove separate_offsets from this index

DRG-11338: policy string does not exist

Cause: the specified policy does not exist or you do not have access to it.

Action: Specify an existing policy

DRG-11339: duplicate policy name: string

Cause: the specified policy already exists in the dictionary

Action: this policy can be updated or deleted, however this is only allowed if there is no text policy available on the text column

DRG-11341: Index optimization failed for one or more tokens

Cause: Index optimization generated an error for one or more tokens, possibly due to corruption of the token_info blob.

Action: Check the index optimization log for the detailed error, or retry the optimize call with logging enabled

DRG-11342: OPTIMIZE REBUILD not supported for partitioned $I and global $X

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: resolve the issue, and retry the operation

DRG-11343: OPTIMIZE REBUILD not supported for current $I partitioning scheme

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: resolve the issue, and retry the operation

DRG-11346: FORWARD INDEX only supported for context index

Cause: FORWARD INDEX needs context index

Action: Don't use FORWARD INDEX on non context indexes

DRG-11347: FORWARD INDEX does not exist for this index

Cause: FORWARD INDEX does not exist

Action: Enable forward index for the index

DRG-11348: OPTIMIZE REBUILD not supported for $I with character length semantics columns

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: resolve the issue, and retry the operation

DRG-11349: FILTER CACHE only supported for context index

Cause: FILTER CACHE only for context index

Action: Don't use FILTER_CACHE on non context indexes

DRG-11350: SAVE COPY only supported for context index

Cause: SAVE COPY needs context index

Action: Don't use SAVE COPY on non context indexes

DRG-11351: Unable to fetch partition Id for given rowid: string

Cause: Not able to fetch partition id for given rowid

Action: Make sure index tables are partitioned correctly.

DRG-11352: Not able to fetch partition name for given partition position: number

Cause: Not able to fetch partition name for given partition position

Action: Make sure valid parition position has been provided

DRG-11353: xml_enable is not allowed for a local index

Cause: Section group attribute xml_enable set to TRUE for a local index

Action: Set xml_enable to FALSE for a local index.

DRG-11354: stage_itab_max_rows not allowed without stage_itab storage preference

Cause: Storage option stage_itab_max_rows needs to be accompanied by stage_itab

Action: Add stage_itab to storage preference

DRG-11355: Not able to fetch partition position from rowid: string

Cause: Not able to fetch partition position for given rowid

Action: Make sure valid rowid has been provided

DRG-11356: Optimize operations are not permitted on partition string

Cause: READ mode for this partition is set to FALSE. No optimize operations are permitted in this mode.

Action: Set READ mode for this partition to be TRUE.

DRG-11357: FORWARD INDEX must be specified at index, not partition level string

Cause: forward index was specified at partition level and not at index level

Action: Specify forward index option at index level. All partitions inherit.

DRG-11358: Save Copy must be specified at index, not partition level string

Cause: save copy was specified at partition level and not at index level

Action: Specify save copy option at index level. All partitions inherit.

DRG-11359: xml_save_copy can only be specified for xml enabled text index

Cause: xml_save_copy was specified for non-xml enabled text index

Action: Use xml_save_copy only for xml enabled text index.

DRG-11360: xml_forward_enable can only be specified for xml enabled text index

Cause: xml_forward_enable was specified for non-xml enabled text index

Action: Use xml_forward_enable only for xml enabled text index.

DRG-11361: xml_forward_enable can not be enabled without xml_save_copy set to true

Cause: attempt to enable xml_forward_enable without xml_save_copy set to true

Action: Set xml_forward_enable to true only when xml_save_copy set to true

DRG-11362: xml_enable is not allowed for non-XMLType columns

Cause: 'xml_enable' was set to TRUE for non-XMLType columns.

Action: Set 'xml_enable' to TRUE only for XMLType columns.

DRG-11363: xml_enable is not allowed for XMLType OR storage

Cause: 'xml_enable' was set to TRUE for XMLType with object-relational storage.

Action: Set 'xml_enable' to TRUE only for XMLType binary or CLOB storage.

DRG-11364: index string is invisible

Cause: the index is marked as invisible. Only DML operations on the base table are allowed

Action: mark the index as visible with alter index

DRG-11365: FORWARD_INDEX cannot be specified for XML enabled text index.

Cause: The FORWARD_INDEX attribute was specified for an XML enabled text index.

Action: Use the FORWARD_INDEX attribute for a non-XML enabled text index only.

DRG-11366: SAVE_COPY cannot be specified for XML enabled text index.

Cause: The SAVE_COPY attribute was specified for an XML enabled text index.

Action: Use the SAVE_COPY attribute for a non-XML enabled text index only.

DRG-11367: Index is too fragmented to run optimize for all fragmented tokens.

Cause: More than 50% of tokens in $I are fragmented.

Action: Please run FULL/REBUILD optimize or specify value for maxtokens

DRG-11368: Invalid value for maxtokens attribute.

Cause: Maxtokens value was either less than zero or too high.

Action: Specify maxtokens values between 0 and 50% of token count of $I.

DRG-11369: Stage itab row exceeds max allowable size.

Cause: Ctxagg optimize merge limits the size of rows to under 4K.

Action: Use traditional optimize merge.

DRG-11370: Error in optimize merge (ctxagg).

Cause: Internal error in optimize merge.

Action: Use traditional optimize merge.

DRG-11371: stage_itab_parallel not allowed without stage_itab storage preference

Cause: Storage option stage_itab_parallel needs to be accompanied by stage_itab

Action: Add stage_itab to storage preference

DRG-11372: forward index storage preference cannot be specified with asynchronous update

Cause: Storage option Forward index specified along with asynchronous update

Action: Remove forward index storage preference when using asynchronous update

DRG-11373: Invalid section type

Cause: Invalid section type parameter in optimize index

Action: Use a valid section type

DRG-11374: string not allowed when stage_itab_max_rows is set to 0.

Cause: Storage option specified is not allowed when stage_itab_max_rows is set to 0

Action: Set stage_itab_max_rows to a value >= 1000

DRG-11375: string not allowed without stage_itab storage preference

Cause: Storage option specified needs to be accompanied by stage_itab

Action: Add stage_itab to storage preference

DRG-11376: SIMPLIFIED_XML is not allowed with non xml enabled text index

Cause: Section group attribute XML_ENABLE not set to true when creating simplified XML Search Index

Action: Use a section group with attribute XML_ENABLE set to true

DRG-11377: ADD_MDATA/REMOVE_MDATA API is not supported with stage_itab

Cause: Combination of features is not supported in this code version.

Action: Please see feature documentation notes for usage and options.

DRG-11378: OPTIMIZE REBUILD not supported for Context Search index

Cause: OPTIMIZE REBUILD is not supported due to the specified reason

Action: use optimize FULL instead

DRG-11379: invalid tablespace

Cause: Invalid tablespace specified in parameter list.

Action: Use a valid tablespace.

DRG-11380: operation is not allowed on unsynced index

Cause: the index has pending unsynced rows

Action: sync the index before repeating the operation

DRG-11381: optimize fast mode is not supported in partitioned search index

Cause: The fast mode of opt is not supported for a partitioned search index

Action: use full/rebuild mode

DRG-11382: Cannot string a policy that is being used for an IMC Text column string

Cause: Attempt to drop or update a policy that is used on an IMC column.

Action: Purge tables using this policy for IMC Text from the Oracle recycle bin or alter the tables to 'no inmemory text'.

DRG-11383: string is not supported on a Sharded Database

Cause: Attempt to use an unsupported feature on a Sharded Database

Action: Do not use the feature

DRG-11384: cannot modify string option using partition granularity

Cause: An attempt was made to modify an option that can only be modified using global granularity or cannot be modified on a local index.

Action: Modify the option using index granularity by using the ALTER INDEX PARAMETERS statement or drop and re-create the index.

DRG-11400: failed to parse document with key string

Cause: the document specified for linguistic extraction could not be parsed. This could indicate that the document is not well-formed English

Action: check the document contents

DRG-11403: primary key value too long

Cause: the primary key value parameter passed to the service request is longer than the maximum primary key length (64 bytes)

Action: check primary key parameter

DRG-11404: no primary key value specified

Cause: the primary key value parameter passed to the service request is null

Action: check primary key parameter

DRG-11410: could not insert into string result table

Cause: an ORACLE error occurred while linguistic output was being inserted into the result table

Action: take action appropriate to the ORACLE error code.

DRG-11418: insufficient document content for linguistic parser

Cause: the document specified for linguistic extraction was parsed but the document content was insufficient for linguistic extraction by the specified parser.

Action: check the document contents or try modifying linguistic settings

DRG-11422: linguistic initialization failed

Cause: linguistic services initialization failed

Action: Check to see if knowledge base files present for the language

DRG-11425: gist level string is invalid

Cause: invalid gist level

Action: Specify a valid gist level

DRG-11427: valid gist level values are string

Cause: Invalid gist level

Action: Specify a valid gist level

DRG-11428: document contains invalid characters

Cause: The document contains invalid characters

Action: Remove invalid characters

DRG-11432: file error while accessing knowledge base

Cause: An oracle error was encountered during knowledge base access

Action: Check to see if knowledge base files present for the language

DRG-11435: primary key value is invalid

Cause: the primary key value parameter passed to the service request is not valid

Action: check primary key parameter

DRG-11439: index name length exceeds maximum of string bytes

Cause: the length of the index name is longer than the maximum index name size

Action: drop the index and recreate the index with a shorter index name

DRG-11440: operation not supported for the string language

Cause: the requested operation is not supported for the current language

Action: Do not request this operation

DRG-11441: gist numParagraphs string is invalid

Cause: invalid gist numparagraphs

Action: Specify valid gist numparagraphs

DRG-11442: valid gist numParagraphs values are string

Cause: invalid gist numparagraphs

Action: Specify valid gist numparagraphs

DRG-11443: gist maxPercent string is invalid

Cause: invalid gist max percent

Action: Specify valid gist max percent

DRG-11444: valid gist maxPercent values are string

Cause: invalid gist max percent

Action: Specify valid gist max percent

DRG-11445: rowid value is invalid: string

Cause: the rowid value parameter passed to the service request is not valid

Action: check rowid parameter

DRG-11446: supplied knowledge base file string not installed

Cause: Either using Oracle Express edition or supplied Knowledge Base was required but was not installed.

Action: If using Oracle Express edition then upgrade to Oracle Enterprise or Oracle Standard edition. Otherwise see post-installation tasks section of the Database Installation Guide for instructions to install supplied Knowledge Base.

DRG-11480: ctxkbtc memory allocation error: %(1)

Cause: Unable to allocate memory

Action: Contact your system administrator

DRG-11481: linguistic feature not enabled

Cause: linguistic feature not enabled

Action: enable linguistic feature

DRG-11500: column name expected, found string on line string

Cause: possibly miss-spelt column name or keyword

Action: check spellings and punctuation around specified line

DRG-11501: identifier string found in place of column name on line string

Cause: possibly miss-spelt column name

Action: check spellings around specified line

DRG-11502: read of file failed at line string for file string

Cause: bad file name, wrong file_type or file system error

Action: check file name, type and/or file integrity

DRG-11503: insert statement overflows maximum statement size

Cause: total length of statement exceeds database maximum

Action: reduce length of column names or number of columns

DRG-11504: invalid longsize parameter of string specified

Cause: invalid option argument

Action: specify long buffer size in kbytes above 0

DRG-11505: long data on line string not found or invalid

Cause: either bad data or bad data file

Action: check file exists and is accessible, if separate

DRG-11506: record ignored on line string because of error(s)

Cause: an error occured parsing this row's data

Action: move and amend line in error to alternate load file

DRG-11507: file error trying to read file string

Cause: file not found or could not be read

Action: check name and location of file

DRG-11508: bad or missing string token on line string

Cause: token expected was not found

Action: move and amend record affected to error load file

DRG-11509: value expected on line string

Cause: could not make sense of text where value expected

Action: move and amend record affected to error load file

DRG-11510: encountered unrecoverable error on line string

Cause: see previous messages

Action: see previous errors

DRG-11511: specified table does not contain a LONG RAW column

Cause: text must be inserted into a LONG RAW type column

Action: check table and type of data

DRG-11512: bad syntax for thesaurus load file at line string

Cause: load file must have specific format for loading thesaurus

Action: check documentation for description of correct format

DRG-11513: unable to open or write to file string

Cause: an attempt to open or to write to the given file failed

Action: check with system administrator

DRG-11514: user string does not have UPDATE or SELECT privilege on string

Cause: user has not been granted UPDATE or SELECT privilege

Action: check privilege on the user

DRG-11515: not enough text key values

Cause: number of values provided does not match the number of text keys

Action: provide same number of values as the number of text keys

DRG-11516: user must be at least in role CTXUSER to perform this operation

Cause: user does not have CTXUSER, CXAPP or CTXADMIN role

Action: grant user the proper role

DRG-11517: error when validating text objects

Cause: see accompanying Oracle error

Action: see accompanying Oracle error

DRG-11518: text table string does not have a LONG or LONG RAW column

Cause: table specified does not have a LONG or LONG RAW column

Action: check the table

DRG-11519: encounter error when exporting a LONG or LONG RAW column

Cause: see accompanying error message

Action: see accompanying error message

DRG-11520: error writing to file

Cause: file does not exist

Action: make sure file exists

DRG-11521: encounter error when updating a LONG or LONG RAW column

Cause: see accompanying error message

Action: see accompanying error message

DRG-11522: no row exists for the text key(s) specified

Cause: no row in the table has the text key(s) specified

Action: use a valid text key(s)

DRG-11523: unable to lock the specified row for update

Cause: some other process has a lock on the row

Action: release the lock or wait until the lock is released

DRG-11524: primary key value is missing

Cause: primary key value is not provided

Action: provide the primary key value(s)

DRG-11525: invalid commitafter parameter of string specified

Cause: invalid option argument

Action: specify commitafter above 0

DRG-11526: filename exceeds maximum length

Cause: value of the file name is too long

Action: Specify a shorter file name

DRG-11527: end token not found on line string

Cause: TEXTEND not found at end of record

Action: processing discontinued - amend record

DRG-11528: LONG or LONG RAW column defintion found in structure data

Cause: could be misplaced

Action: remove reference to LONG or LONG RAW column from structure data

DRG-11529: token exceeds maximum length

Cause: value of the column name or value is too long

Action: processing discontinued - amend record

DRG-11530: token exceeds maximum length

Cause: value of the phrase or relation word is too long

Action: processing discontinued - amend record

DRG-11531: start token not found on line string

Cause: <TEXTSTART: not found at start of record

Action: processing discontinued - amend record

DRG-11532: error reading through end of line string for file string

Cause: characters encountered while reading through end of line

Action: remove extraneous characters

DRG-11533: improper value of column string

Cause: value of the column is too long or mismatched quote

Action: processing discontinued - amend record

DRG-11534: invalid column string

Cause: column does not exist or it's misspelled

Action: processing discontinued - amend record

DRG-11535: error writing phrase or qualifier: string on line string to memory

Cause: not enough memory

Action: allocate more memory, contact WorldWide Support if problem persists

DRG-11600: URL store: string has permanently moved

Cause: the document referred to by the URL has permanently moved

Action: find the new address, if any, of the document

DRG-11601: URL store: bad syntax on request for string

Cause: client did not make correct request

Action: contact support

DRG-11602: URL store: access to string requires authentication

Cause: user has to provide password or other authentication

Action: get required access, or check URL

DRG-11603: URL store: payment required to access string

Cause: payment is required before the URL can be accessed

Action: check URL, or pay if required if access necessary

DRG-11604: URL store: access to string is denied

Cause: access to the URL is denied

Action: check URL; if correct, do not try to access URL again

DRG-11605: URL store: document specified by string not found

Cause: the document can not be found on the host specified

Action: check URL

DRG-11606: URL store: access to string timed out waiting for client request

Cause: client did not make response within timeout period

Action: check URL

DRG-11607: URL store: access to string was denied due to garbled response

Cause: Web server identified in URL doesn't obey HTTP protocol

Action: contact the Web administrator of the remote host

DRG-11608: URL store: host portion of string specified incorrectly

Cause: host portion of the URL could not be parsed

Action: check URL

DRG-11609: URL store: unable to open local file specified by string

Cause: attempt to open local file failed

Action: check URL

DRG-11610: URL store: unable to read local file specified by string

Cause: attempt to read local file failed

Action: contact system administrator

DRG-11611: URL store: unknown protocol specified in string

Cause: the protocol parsed is neither http or file

Action: check URL

DRG-11612: URL store: unknown host specified in string

Cause: the address of the host specified could not be resolved

Action: check URL

DRG-11613: URL store: connection refused to host specified by string

Cause: attempt to connect to host was forcibly refused

Action: check URL

DRG-11614: URL store: communication with host specified in string timed out

Cause: a network operation timed out

Action: try again later; network connection may be down to Web server

DRG-11615: URL store: write failed sending to string over network

Cause: unknown error writing request to Web server

Action: check network connection

DRG-11616: URL store: too many redirections trying to access string

Cause: too long a chain of HTTP redirections given the URL

Action: contact the Web administrator of the remote host

DRG-11617: URL store: URL string is too long

Cause: The length of the URL string is longer than URLSIZE

Action: set URLSIZE attribute to a larger value

DRG-11618: URL store: document identified by string is too large

Cause: document larger than user-set maximum size

Action: do not access URL, or increase document size limit

DRG-11619: URL store: row in table is empty

Cause: row deleted or otherwise missing

Action: check table if necessary

DRG-11620: URL store: thread operation error

Cause: thread operation failed

Action: contact system administrator

DRG-11621: URL store: socket open error for string

Cause: socket open failed; probably too many open file descriptors

Action: reduce the maximum number of threads started

DRG-11622: URL store: getting string , unknown HTTP error string

Cause: an unexpected HTTP error has occurred

Action: consult HTTP error codes; if valid, contact support

DRG-11623: URL store: unknown error getting string

Cause: unexpected error

Action: contact support

DRG-11624: invalid attribute string for string: proper range string to string

Cause: unexpected error

Action: change attribute value

DRG-11625: MAXURLS * URLSIZE must be less than string

Cause: MAXURLS * URLSIZE cannot be larger than the limit

Action: Lower either MAXURLS or URLSIZE

DRG-11626: URL store: unknown protocol specified during redirect from string

Cause: the URL redirected to a site with neither http nor file protocol

Action: check URL

DRG-11627: URL store: not implemented error getting string

Cause: The remote host returned a 501 not implemented error

Action: Check URL

DRG-11628: URL store: bad gateway error getting string

Cause: The remote host returned a 502 bad gateway error

Action: Check URL

DRG-11629: URL store: service unavailable error getting string

Cause: The remote host returned a 503 service temporarily unavailable error

Action: Check URL

DRG-11630: URL store: gateway timeout error getting string

Cause: The remote host returned a 504 gateway timeout error

Action: Check URL

DRG-11700: thesaurus string already exists

Cause: thesaurus with same name exists

Action: use another name

DRG-11701: thesaurus string does not exist

Cause: thesaurus does not exist

Action: use another thesaurus or create it

DRG-11702: string

Cause: error while parsing thesaurus operator in query term. see error message for details.

Action: see error message

DRG-11703: user string must have at least CTXAPP role to execute this function

Cause: privilege is not sufficient

Action: grant user CTXAPP role

DRG-11704: phrase 'string' does not exist

Cause: phrase does not exist

Action: use another phrase or create it

DRG-11705: multilevel jump from string to string

Cause: the thesaurus load file has a multilevel jump which could not be parsed.

Action: correct thesaurus file

DRG-11706: invalid relation string

Cause: You specified an invalid relation. The set of valid relations will be displayed. Additionally, you may be able to specify a translation, which has the syntax languagename: where languagename can be any string up to 10 bytes

Action: Specify a valid relation

DRG-11707: valid relations: string

Cause: You specified an invalid relation. The set of valid relations will be displayed. Additionally, you may be able to specify a translation, which has the syntax languagename: where languagename can be any string up to 10 bytes

Action: Specify a valid relation

DRG-11708: too many thesauri

Cause: ctxkbtc cannot compile more than 16 thesauri

Action: Specify fewer thesauri

DRG-11709: too many terms in thesaurus

Cause: number of thesaurus terms exceeds maximum

Action: Use a thesaurus with fewer terms

DRG-11710: thesaurus term string too long

Cause: knowledge base does not permit terms longer than 80 characters

Action: Correct thesaurus

DRG-11711: too much data for term string

Cause: internal limit on size of data per term

Action: redesign thesaurus

DRG-11712: multiple Broader Terms for term string

Cause: There is a term in the thesaurus with multiple broader terms

Action: make sure each term has only one broader term

DRG-11713: multiple Preferred Terms per synonym ring

Cause: There is a synonym ring in the thesaurus with multiple preferred terms

Action: make sure each synonym ring has only one preferred term

DRG-11714: synonyms have different Broader Terms

Cause: Some synonyms in a synonym ring have different broader terms

Action: make sure all synonyms have the same broader term

DRG-11715: attempt to add a BT relation between 2 KB categories string and string

Cause: BT relation cannot be between two existing knowledge base categories

Action: redesign the BT hierarchy

DRG-11716: attempt to add Narrower Term string for non-Preferred Term string

Cause: only a PT can have NTs

Action: attach the NT to the preferred term

DRG-11717: attempt to add Related Term string to non-Preferred Term string

Cause: only a PT can have RTs

Action: attach the RT

DRG-11718: multiple Preferred Terms for term string

Cause: There are multiple preferred terms for this term

Action: Correct thesaurus

DRG-11719: Broader Term hierarchy too deep

Cause: The broader term hierarchy in this thesaurus is too deep

Action: flatten the hierarchy for best results

DRG-11720: too many synonyms per synonym ring

Cause: too many synonyms for a single preferred term

Action: introduce further distinctions to deepen the hierarchy

DRG-11721: thesaurus string is empty

Cause: no entries in thesaurus

Action: add some entries or drop the thesaurus

DRG-11722: invalid language specification

Cause: language specification cannot be more than 10 characters

Action: reduce language specification to less or equal to 10 char

DRG-11723: phrase cannot be NULL

Cause: you tried to add a NULL phrase to the thesaurus

Action: specify a valid phrase

DRG-11724: phrase string already exists

Cause: phrase with same name exists

Action: use another name

DRG-11725: phrase does not have any synonyms

Cause: you tried to nominate a phrase with no synonyms to be the preferred term, or you tried to drop SYN from a phrase with no synonyms

Action: None

DRG-11726: phrase is not a preferred term

Cause: you tried to remove the preferred term relation from a phrase which is not a preferred term.

Action: None

DRG-11727: phrase does not have any related terms

Cause: you tried to drop a relation which does not exist

Action: None

DRG-11728: phrase does not have any broader terms of this type

Cause: you tried to drop a relation which does not exist

Action: None

DRG-11729: phrase does not have any narrower terms of this type

Cause: you tried to drop a relation which does not exist

Action: None

DRG-11730: relation does not exist

Cause: you tried to drop a relation which does not exist

Action: None

DRG-11731: translation does not exist

Cause: you tried to drop a translation which does not exist

Action: None

DRG-11732: phrase does not have any translations

Cause: you tried to drop translations which does not exists

Action: None

DRG-11733: more than one translation for the term in the specified language

Cause: the term has more than one translation in the specified language

Action: specified a translation

DRG-11734: missing homograph

Cause: A term of the form 'homograph(disambiguation)' is missing the the homograph.

Action: None

DRG-11735: missing disambiguation

Cause: A term of the form 'homograph(disambiguation)' is missing the the disambiguation (i.e., homograph()).

Action: None

DRG-11736: illegal text after disambiguated homograph

Cause: A term of the form 'homograph(disambiguation)' has text after the disambiguation (e.g, homograph(disambiguation) extra text".

Action: None

DRG-11737: Unsupported attribute value for thes_toktype

Cause: An invalid value was specified for thes_toktype attribute.

Action: Please specify a valid token type as thes_toktype.

DRG-11801: Continue

Cause: Enquire user to decide if continue is necessary HTTP_ERROR = 100

Action: Upon positive response, continue the original operation

DRG-11802: Switching Protocols

Cause: Telling client a protocol switching just happened HTTP_ERROR = 101

Action: The user agent takes proper actions

DRG-11803: OK

Cause: Telling client things are ok HTTP_ERROR = 200

Action: The user agent takes proper actions

DRG-11804: Created

Cause: Telling client things are created HTTP_ERROR = 201

Action: The user agent takes proper actions

DRG-11805: Accepted

Cause: Telling client things are accepted but not commited HTTP_ERROR = 202

Action: The user agent takes proper actions

DRG-11806: Non-authoritative Information

Cause: The returned metainformation is not the definitive set HTTP_ERROR = 203

Action: The user agent knows the information is Non-authoritative

DRG-11807: No Content

Cause: request has been fulfilled but no new information found HTTP_ERROR = 204

Action: The user agent takes proper actions

DRG-11808: Reset Content

Cause: Telling client to reset the document view HTTP_ERROR = 205

Action: The user agent takes proper actions

DRG-11809: Partial Content

Cause: Telling client document content is a patial content HTTP_ERROR = 206

Action: The user agent takes proper actions

DRG-11810: Partial Update OK

Cause: Telling client document is partially updated HTTP_ERROR = 207

Action: The user agent takes proper actions

DRG-11811: Multiple Choices

Cause: Telling client multiple choices of resources is possible HTTP_ERROR = 300

Action: The user agent takes proper actions

DRG-11812: Moved Permanently

Cause: The URI has been assigned a new permanent URI HTTP_ERROR = 301

Action: The user agent takes proper actions

DRG-11813: Moved Temporarily

Cause: The URI resides temporarily under a different URI. HTTP_ERROR = 302

Action: The user agent takes proper actions

DRG-11814: See Other

Cause: The URI can be found using GET METHOD under a different URI HTTP_ERROR = 303

Action: The user agent takes proper actions

DRG-11815: Not Modified

Cause: Response to conditional GET, indicating document not modified. HTTP_ERROR = 304

Action: The user agent takes proper actions

DRG-11816: Use Proxy

Cause: The client should use specified proxy to repeat the request HTTP_ERROR = 305

Action: The user agent takes proper actions

DRG-11817: Proxy Redirect

Cause: Proxy redirection. Not used HTTP_ERROR = 306

Action: Outdated due to HTTP evolution

DRG-11818: Temporary Redirect

Cause: The resource is temporarily under a different URI. HTTP_ERROR = 307

Action: The takes proper actions

DRG-11819: Bad Request

Cause: The URL syntax is incorrect. Request rejected by server. HTTP_ERROR = 400

Action: The user agent takes proper actions

DRG-11820: Unauthorized

Cause: The request requires further authentication. HTTP_ERROR = 401

Action: The user agent takes proper actions

DRG-11821: Payment Required

Cause: Reserved for future use. HTTP_ERROR = 402

Action: The user agent takes proper actions

DRG-11822: Forbidden

Cause: The server refuses to fulfil the request from client HTTP_ERROR = 403

Action: The user agent takes proper actions

DRG-11823: Not Found

Cause: The server can not find the requested URI HTTP_ERROR = 404

Action: The user agent takes proper actions

DRG-11824: Method Not Allowed

Cause: The user agent specified method not allowed HTTP_ERROR = 405

Action: The user agent reads allow header to decide alternatives.

DRG-11825: Not Acceptable

Cause: Requested resource is not acceptable according to request header HTTP_ERROR = 406

Action: The user agent should query the user for the next action.

DRG-11826: Proxy Authentication Required

Cause: The client must authenticate itself with the proxy. HTTP_ERROR = 407

Action: The user agent takes proper actions

DRG-11827: Request Timeout

Cause: The server is tired of waiting for the requst HTTP_ERROR = 408

Action: The user agent repeat the request

DRG-11828: Conflict

Cause: The request conflicts with the current state of the URI HTTP_ERROR = 409

Action: The user agent takes proper actions

DRG-11829: Gone

Cause: The resource is no longer available and no forwarding address. HTTP_ERROR = 410

Action: The user agent takes proper actions

DRG-11830: Length Required

Cause: The server must receive a content-length header. HTTP_ERROR = 411

Action: The user agent takes proper actions

DRG-11831: Precondition Failed

Cause: Telling the user agent that the resource failed preconditions HTTP_ERROR = 412

Action: The user agent takes proper actions

DRG-11832: Request Entity Too Large

Cause: Request rejected because request entity is too large. HTTP_ERROR = 413

Action: If Retry-After header found, the user agent should retry.

DRG-11833: Request-URI Too Big

Cause: The server is refusing to accept the URI which is too big. HTTP_ERROR = 414

Action: The user agent takes proper actions

DRG-11834: Unsupported Media Type

Cause: The server is refusing the request because of media type HTTP_ERROR = 415

Action: The user agent takes proper actions

DRG-11835: Requested Range Not Satisfiable

Cause: The byte range request can not be satisfied by the resource extent. HTTP_ERROR = 416

Action: The user agent reads content-range header in the response.

DRG-11836: Expectation Failed

Cause: Server can not meet the user agent's expectation. HTTP_ERROR = 417

Action: The user agent takes pro

DRG-11837: Reauthorization Required

Cause: Reserved HTTP_ERROR = 418

Action: Reserverd

DRG-11838: Proxy Reauthentication Required

Cause: Reserved HTTP_ERROR = 419

Action: Reserved

DRG-11839: Internal Server Error

Cause: The server encountered internal error in fulfilling the request. HTTP_ERROR = 500

Action: The user agent takes proper actions

DRG-11840: Not Implemented

Cause: The server can't support a request feature which has yet to be implemented. HTTP_ERROR = 501

Action: The user agent takes proper actions

DRG-11841: Bad Gateway

Cause: In serving the request, the server received invalid response from gateway. HTTP_ERROR = 502

Action: The user agent takes proper actions

DRG-11842: Service Unavailable

Cause: Server overloaded or in maintenance mode. HTTP_ERROR = 503

Action: If retry-after header is in the response, retry the request.

DRG-11843: Gateway Timeout

Cause: Upstream server did not timely respond to the gateway server. HTTP_ERROR = 504

Action: The user agent takes proper actions

DRG-11844: HTTP Version Not Supported

Cause: The HTTP version in the request header is rejected by the server. HTTP_ERROR = 505

Action: The user agent takes proper actions

DRG-11845: No Partial Update

Cause: Reserved HTTP_ERROR = 506

Action: Reserved

DRG-11846: Response Is Stale

Cause: The the user agent knows the returned reponse is stale. HTTP_CACHE_ERROR = 10

Action: The user agent client takes proper actions.

DRG-11847: Revalidation Failed

Cause: User agent's attempt to revalidate a stale response failed. HTTP_CACHE_ERROR = 11

Action: The user agent client takes proper actions

DRG-11848: Disconnected Operation

Cause: The cache is intentionally disconnected for a time period. HTTP_CACHE_ERROR = 12

Action: The user agent client takes proper actions

DRG-11849: Heuristic Expiration

Cause: Cache freshness lifetime and response age both greater than 24 hours. HTTP_CACHE_ERROR = 13

Action: The user agent client takes proper actions

DRG-11850: Transformation Applied

Cause: Telling cache manager, content encoding/media type has been changed in cache. HTTP_CACHE_ERROR = 14

Action: The user agent takes proper actions

DRG-11851: Cache Related Warning

Cause: Arbitrary information about cache to be presented to logger. HTTP_CACHE_ERROR = 99

Action: The user agent client must not take any automated action.

DRG-11852: Can't Locate Remote Host

Cause: connection to remote host failed USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11853: No Host Name Found

Cause: The host name is not specicied in URI. USER_AGENT_ERROR

Action: The user agent client takes proper action.

DRG-11854: No File Name Found Or File Not Accessible

Cause: Unable to open the file specified USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11855: FTP Server Replies

Cause: FTP server responds to the agent request USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11856: FTP Server Doesn't Reply

Cause: No response from FTP server during operation. USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11857: Server Timed Out

Cause: Server operation timed out USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11858: Gopher Server Replies

Cause: Gopher server responds to the agent request. USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11859: Data Transfer Interrupted

Cause: Processing of URL request was interrupted USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11860: Connection Establishment Interrupted

Cause: Connection operation was interupped USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11861: CSO-server Replies

Cause: Telling client things are ok USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11862: This Is Probaly A HTTP Server 0.9 Or Less

Cause: A very old web server USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11863: Bad, Incomplete, Or Unknown Response

Cause: The server is mumbering something not understandable USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11864: Unknown Access Authentication Scheme

Cause: The server is using an unkown access authentication scheme USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11865: News Server Replies

Cause: News Server is responding USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11866: Please Try `ftp://' Instead Of `file://'

Cause: wrong access scheme is used. USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11867: Method Not Suited For Automatic Redirection

Cause: Telling client things are ok USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11868: Too Many Redirections

Cause: The web server setup configured too many redirections USER_AGENT_ERROR

Action: The user agent client should take proper actions

DRG-11869: Premature End Of File Detected

Cause: Detected end of file is unexpected USER_AGENT_ERROR

Action: The user agent client takes proper actions

DRG-11870: Response From WAIS Server Too Large -- Extra Lines Ignored

Cause: Response from WAIS caused buffer overflow USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11871: WAIS Server Doesn't Return Any Data

Cause: Bad WAIS Server USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11872: Can't Connect To WAIS Server

Cause: Connect to WAIS server failed USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11873: System Call Replies

Cause: register what system call replies USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11874: Wrong Or Unknown Access Scheme

Cause: Protocol class is wrongfully connected to ther server USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11875: Access Scheme Is Not Allowed

Cause: Telling client things are ok USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11876: When Your Are Connected, You Can Log In

Cause: Pass information to telnet agent USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11877: This Cache Version Has Expired And Will Be Automatically Reloaded

Cause: Need to tell user that cache entry has been reloaded USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11878: Loading New Rules Must Be Explicitly Acknowledged

Cause: Let user agent client be aware of new rule loading USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-11879: Automatic Proxy Redirection Msut Be Explicitly Acknowledged

Cause: Let user agent client be aware of proxy redirection USER_AGENT_ERROR

Action: The user agent takes proper actions

DRG-12001: Please enter username:

Cause: Prompt user for name W3CLIB_MSG = 0

Action: The user agent client takes proper actions

DRG-12002: Please enter username for proxy authentication:

Cause: Prompt user for name W3CLIB_MSG = 1

Action: The user agent client takes proper actions

DRG-12003: Please enter username for this FTP server:

Cause: Prompt user for name W3CLIB_MSG = 2

Action: The user agent client takes proper actions

DRG-12004: Password:

Cause: Prompt user for password W3CLIB_MSG = 3

Action: The user agent client takes proper actions

DRG-12005: Please give name of file to save in:

Cause: Prompt user for file name W3CLIB_MSG = 4

Action: The user agent client takes proper actions

DRG-12006: Plase enter account:

Cause: Prompt user for account W3CLIB_MSG = 5

Action: The user agent client takes proper actions

DRG-12007: You might not be allowed to use this method here, continue?

Cause: Warn user of deny of service. W3CLIB_MSG = 6

Action: The user agent client takes proper actions

DRG-12008: Location has moved, continue?

Cause: Warn user of location changes. W3CLIB_MSG = 7

Action: The user agent client takes proper actions

DRG-12009: A new set of rules is requested to be added to your setup - continue?

Cause: Warn user of rule changes. W3CLIB_MSG = 8

Action: The user agent client takes proper actions

DRG-12010: This file already exists - replace existing file?

Cause: Warn user of pending replacement W3CLIB_MSG = 9

Action: The user agent client takes proper actions

DRG-12011: Authentication failed - retry?

Cause: Warn user of authentication failure W3CLIB_MSG = 10

Action: The user agent client takes proper actions

DRG-12012: Proxy authentication failed - retry?

Cause: Warn user of proxy authentication failure W3CLIB_MSG = 11

Action: The user agent client takes proper actions

DRG-12013: This method has already been performed - repeat operation?

Cause: Warn user the repetition of previous method used W3CLIB_MSG = 12

Action: The user agent client takes proper actions

DRG-12014: This document is very big - continue operation?

Cause: Warn user of big document processing W3CLIB_MSG = 13

Action: The user agent client takes proper actions

DRG-12015: The source document for this operation has moved - continue?

Cause: Warn user of location changes W3CLIB_MSG = 14

Action: The user agent client takes proper actions

DRG-12016: The target document for this operation has moved - continue?

Cause: Warn user of destination document changes W3CLIB_MSG = 15

Action: The user agent client takes proper actions

DRG-12017: A redirection may change the behavior of this method - proceed anyway?

Cause: Warn user of redirection effects on method W3CLIB_MSG = 16

Action: The user agent client takes proper actions

DRG-12018: Encountered an automatic request for changing proxy - continue?

Cause: Warn user of automatic proxy change W3CLIB_MSG = 17

Action: The user agent client takes proper actions

DRG-12201: section group string already exists

Cause: Section group with the same name already exists

Action: Use another name or delete the existing one first

DRG-12202: error while creating section group

Cause: detect an Oracle error while creating section group

Action: see the accompanying Oracle error and take appropriate action

DRG-12203: section group string does not exist

Cause: section group provided does not exist

Action: provide an existing section group

DRG-12204: error while dropping section group string

Cause: detect an Oracle error while dropping a section group

Action: see the accompanying Oracle error and take appropriate action

DRG-12205: error with sdata columns

Cause: detect an Oracle error while creating sdata columns

Action: add 'order by' or 'filter by' clause for the sdata column(s)

DRG-12206: tag string already exists in section group string

Cause: the start tag provided already exists in the same Section

Action: provide another start tag

DRG-12210: error while adding section string

Cause: detect an Oracle error while adding a section

Action: see the accompanying Oracle error and take appropriate action

DRG-12211: section or section id string does not exist

Cause: Section name or Section id to be dropped does not exist

Action: provide an existing Section name or Section id

DRG-12212: error while dropping section string

Cause: detect an Oracle error while dropping a Section

Action: see the accompanying Oracle error and take appropriate action

DRG-12213: cannot create/drop section group or sections for other user

Cause: You can only create/drop section group objects of your own

Action: have the other user create/drop his/her own objects

DRG-12217: tags cannot be more than 64 bytes

Cause: max limit of start and end tag is 64 bytes

Action: provide a shorter start and end tag

DRG-12218: section group name missing

Cause: must provide section group name

Action: provide a section group name when creating Section or section group

DRG-12219: section name missing

Cause: must provide Section name when creating a Section

Action: provide a Section name

DRG-12220: a valid tag must be provided

Cause: must provide tag when adding a section to a section group

Action: provide a tag

DRG-12223: section name string is a reserved name

Cause: you tried to name a section a reserved name

Action: Specify a different name for the section

DRG-12224: use ctx_ddl.create_section_group to create section groups

Cause: you tried to use ctx_ddl.create_preference to create a section group

Action: use ctx_ddl.create_section_group

DRG-12225: this type of section cannot be added to this section group

Cause: You tried to add sections to the null section group, add a stop section to a non-auto section group, or add a zone or field section to the auto section group

Action: Do not add this type of section to this section group

DRG-12226: a field section named string already exists in this section group

Cause: you tried to name an attribute or zone section the same name as an existing field section

Action: use another name

DRG-12227: a zone section named string already exists in this section group

Cause: you tried to name an attribute or field section the same name as an existing zone section

Action: use another name

DRG-12228: maximum number of field sections (string) exceeded

Cause: a section group has more than the maximum number of unique field sections

Action: no action required

DRG-12229: special section string already exists in this section group

Cause: you tried to add a special section which already exists

Action: no action required

DRG-12230: special section name must be one of string

Cause: you tried to add an invalid special section

Action: specify a valid special section

DRG-12231: an attr section named string already exists in this section group

Cause: you tried to name a field or zone section the same name as an existing attribute section

Action: use another name

DRG-12232: invalid attribute tag format

Cause: you specified a tag for use as an attribute tag which did not have the correct format. An attribute tag must have the form TAG@ATTR

Action: use correct format

DRG-12233: xml sections cannot co-exist with other section types

Cause: you tried to add an xml section to a section group or index which already has zone, field, attr, or special sections, or you tried to add a zone, field, attr, or special section to a section group or index which already has xml sections

Action: n/a

DRG-12234: column string already mapped in section group string

Cause: you tried to add a column section which already exists

Action: use correct format

DRG-12235: an sdata section named string already exists in this section group

Cause: you tried to name a non-sdata section the same name as an existing sdata section

Action: use another name

DRG-12236: an mdata section named string already exists in this section group

Cause: you tried to name a non-mdata section the same name as an existing mdata section

Action: use another name

DRG-12237: a section named string already exists in this section group

Cause: you tried to map a column but the section name is already being used by another section

Action: use another name

DRG-12238: maximum number of mdata sections (string) exceeded

Cause: a section group has more than the maximum number of unique mdata sections

Action: no action required

DRG-12239: maximum number of sdata sections (string) exceeded

Cause: a section group has more than the maximum number of unique sdata sections

Action: no action required

DRG-12240: ORDER BY column string must be indexed as an SDATA section

Cause: an order by column has been mapped to an MDATA section

Action: adjust section group

DRG-12241: column name string is not a valid section name

Cause: an order by or filter by column cannot be implicitly mapped to an SDATA section because the name is not valid as a section name

Action: adjust section group to map column name to a valid section name

DRG-12242: value of string is too large for section string

Cause: the value of a filter by or order by column is too large to be indexed

Action: update the row

DRG-12243: invalid datatype

Cause: the datatype specified for a sdata or mdata section is invalid

Action: specify a supported datatype

DRG-12244: data conversion error for sdata section string

Cause: failed to convert data

Action: check the format of the data

DRG-12245: SDATA operator not compatible with the sdata section string

Cause: failed to convert data

Action: check the format of the data

DRG-12246: SDATA operand not compatible with the sdata section string

Cause: failed to convert data

Action: check the format of the data

DRG-12247: maximum number of NDATA sections (string) exceeded

Cause: a section group has more than the maximum number of unique NDATA sections

Action: no action required

DRG-12248: a NDATA section named string already exists in this section group

Cause: you tried to name a non-NDATA section the same name as an existing NDATA section

Action: use another name

DRG-12253: optimized for string SDATA sections do not support string operation

Cause: An attempt was made to use an operation that is not supported for these SDATA sections.

Action: Use another subsitute operation if possible.

DRG-12254: order by for SDATA optmized for search only is not allowed

Cause: An attempt was made to use a query ordering by SDATA section that is optimized for search only.

Action: Use SDATA section that is optimized for sort or sort_and_search.

DRG-12255: invalid data type for SDATA section string

Cause: The data type of the SDATA section in the XML enabled context index was invalid.

Action: Specify a supported data type.

DRG-12256: SDATA section string is not optimized for search

Cause: Section attribute 'optimized_for' was not set to 'search' for the SDATA section in the XML enabled context index.

Action: Set 'optimized_for' to 'search' for the SDATA section.

DRG-12257: RANGE_SEARCH_ENABLE cannot co-exist with other section types.

Cause: An attempt was made to create an index with a section group having both RANGE_SEARCH_ENABLE on and other sections such as Attribute, Field, MDATA, NDATA, SDATA, Special, or Zone section.

Action: Remove other sections from the section group or do not use RANGE_SEARCH_ENABLE for the section group.

DRG-12258: sdata section string is too long

Cause: data too long for sdata section

Action: ensure data length is at most 249 bytes

DRG-12300: an index with this column list already exists in the index set

Cause: You tried to add an index to an index set, but an index with the specified column list already exists

Action: n/a

DRG-12301: index does not exist in index set

Cause: You tried to remove an index from an index set, but the specified index was not found

Action: n/a

DRG-12302: invalid column list

Cause: You specified an invalid column list -- it may have a syntax error, duplicate columns, or invalid column names

Action: n/a

DRG-12303: cannot add more than 99 indexes to an index set

Cause: You tried to add too many indexes to the index set

Action: n/a

DRG-12304: index set string does not exist

Cause: You specified an invalid index set name

Action: n/a

DRG-12305: column string data type is not supported for index set columns

Cause: You specified a column in the column list of an index of an index set which does not have a valid datatype

Action: use only DATE, NUMBER, CHAR, or VARCHAR2 columns in index column lists

DRG-12306: column string is too long for index set columns

Cause: You specified a column in the column list of an index of an index set which is too long

Action: CHAR and VARCHAR2 columns must be 30 bytes or less max length

DRG-12307: column string is NULL and cannot be indexed

Cause: You tried to index a row where at least one of the meta columns was NULL.

Action: provide a value for the meta column and reindex the row

DRG-12308: use ctx_ddl.create_index_set to create index sets

Cause: you tried to use ctx_ddl.create_preference to create an index set

Action: use ctx_ddl.create_index_set

DRG-12309: not to use compression on attributes lob column

Cause: you tried to use compression on attributes lob column for xml full text index

Action: not to use compression on attributes lob column for xml full text index

DRG-12310: index set name exceeds maximum size of string

Cause: Index set name is too many bytes

Action: Correct name and resubmit

DRG-12400: template string is empty

Cause: The template is empty.

Action: Check the template was installed successfully.

DRG-12401: invalid template: query within a loop

Cause: A CTX EXEC tag cannot occur within a CTX REPEAT tag.

Action: Remove the CTX EXEC tag.

DRG-12402: error processing template string, line string

Cause: An error occurred when processing a template.

Action: See other errors on the stack and take the appropriate action.

DRG-12403: template string was not found

Cause: The template does not exist.

Action: Check the name of the template and check that it is installed.

DRG-12404: more than one template string found

Cause: More than one template with the same name was found.

Action: Remove templates as appropriate.

DRG-12405: error occurred processing CTX REDIRECT or CTX LABEL tag

Cause: Error in syntax of a tag.

Action: Correct the syntax of the tag.

DRG-12406: invalid CTX EXEC tag attribute (string)

Cause: The specified attribute is incorrectly specified.

Action: Check the sytax of the specified attribute.

DRG-12407: invalid CTX REPEAT tag attribute (string)

Cause: The specified attribute is incorrectly specified.

Action: Check the sytax of the specified attribute.

DRG-12408: invalid variable reference: string.string

Cause: The variable referenced does not exist.

Action: Check the label and column name.

DRG-12409: syntax error for label in string

Cause: The SQL in a CTX EXEC tag has incorrect syntax for a label or label type.

Action: Check the SQL attribute of the CTX EXEC tag.

DRG-12410: could not process CTX EXEC tag

Cause: An error occurred when processing the SQL attribute of a CTX EXEC tag.

Action: See other errors on the stack and take the appropriate action.

DRG-12411: SQL processing error: string

Cause: Error executing SQL from SQL attribute of CTX EXEC tag.

Action: Check the SQL in the SQL attribute.

DRG-12412: missing or invalid Template Processor attribute (string)

Cause: The specified attribute was missing or invalid in a HTML input field.

Action: Check the Template Processor-specific attributes in the INPUT, SELECT, RADIO and CHECKBOX tags of the template.

DRG-12422: write to client failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12430: mandatory argument missing: string

Cause: This argument is mandatory.

Action: Re-submit the URL with this argument supplied.

DRG-12431: configuration section string not found

Cause: Specified conf argument is invalid.

Action: Re-submit the URL with this argument corrected.

DRG-12432: configuration file string not found or unreadable

Cause: An error occurred when processing the configuration file.

Action: Contact the administrator.

DRG-12433: load of string JDBC driver class failed

Cause: Driver class is invalid.

Action: Contact the administrator to modify configuration.

DRG-12434: connection failed using configuration string information

Cause: Configuration information is not correct.

Action: Contact the administrator to modify configuration.

DRG-12435: highlight table allocation failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12436: document table allocation failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12437: highlight table release failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12438: document table release failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12439: highlight table read failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12440: document table read failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12441: counting the number of highlights failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12500: stoplist string already exists

Cause: the specified stop list already exists

Action: must remove the duplicate stop list if you want to re-create it.

DRG-12501: null stoplist is not allowed

Cause: the specified stop list is null

Action: mustspecify a valid stop list

DRG-12502: cannot modify stoplists owned by other users

Cause: You can only create/drop Stop List or Stop Word objects of your own

Action: have the other user create/drop his/her own objects

DRG-12503: error while creating or dropping stoplist

Cause: detect an Oracle error while creating Stop List

Action: see the accompanying Oracle error and take appropriate action

DRG-12504: stoplist string does not exist

Cause: the specified stop list does not exist

Action: check that the Stop List is valid

DRG-12505: error while adding or removing a stop word

Cause: detect an Oracle error while adding or removing Stop Word

Action: see the accompanying Oracle error and take appropriate action

DRG-12506: stop word string does not exist in stoplist string

Cause: the specified Stop Sord does not exist

Action: check that the Stop Word is valid

DRG-12507: stop word string already exists in this stoplist

Cause: the specified stop word already exists

Action: must remove the duplicate word if you want to re-create it.

DRG-12508: null stop words are not allowed

Cause: the specified stop word is null

Action: must remove the null stop word if you want to re-create it.

DRG-12509: length of the stop word string exceeded the limit of string bytes

Cause: A stop list entry has exceeded the maximun length

Action: Reduce the length of the stop list entry

DRG-12511: use ctx_ddl.create_stoplist to create stoplists

Cause: you tried to use ctx_ddl.create_preference to create a stoplist

Action: use ctx_ddl.create_stoplist

DRG-12512: invalid stop class string

Cause: you specified an invalid stop class

Action: specify a valid stop class

DRG-12513: valid stop classes are: string

Cause: You specified an invalid stop class

Action: Specify a valid stop class

DRG-12514: languages must be specified for stopwords in a MULTI_STOPLIST

Cause: You tried to add a stopword to a multi_stoplist without specifying the language of the stopword

Action: Specify the language of the stopword

DRG-12515: cannot specify language for stopwords in a BASIC_STOPLIST

Cause: You tried to add a language-specific stopword to a basic stoplist.

Action: Do not specify language for the stopword

DRG-12516: language column must be specified when using the multi stoplist

Cause: you tried to create an index using a multi stoplist but you did not specify a language column

Action: specify a language column

DRG-12517: cannot add stopthemes to a MULTI_STOPLIST

Cause: you tried to add a stoptheme to a MULTI_STOPLIST. This is not supported in this version.

Action: n/a

DRG-12518: cannot use this option with MULTI_STOPLIST

Cause: index already has multi_stoplist

Action: can only be used to migrate from basic to multi stoplist

DRG-12519: LANGUAGE COLUMN missing

Cause: index does not have a language column

Action: specify language column value

DRG-12520: LANGUAGE COLUMN mismatch

Cause: LANGUAGE COLUMN does not match language column of the Index

Action: index language column should match specified one

DRG-12521: cannot add STOP PATTERN to NUMBERS stopclass

Cause: NUMBERS is a predefined stopclass to specify numeric values

Action: use any other alphanumeric word

DRG-12522: stop class name cannot have a reserved symbol

Cause: character AMPERSAND is not supported for stop class name

Action: use any other alphanumeric word

DRG-12600: user datastore procedure name contains a semicolon

Cause: the procedure name specified had a semicolon

Action: remove semicolon or rename procedure name. The correct format is PACKAGENAME.PROCEDURE_NAME

DRG-12601: invalid user datastore procedure name: string

Cause: the format of the procedure name is invalid. It should be in the form PACKAGENAME.PROCEDURENAME or PROCEDURENAME

Action: make sure PROCEDURE attr has the format PACKAGENAME.PROCEDURENAME or PROCEDURENAME

DRG-12602: index owner does not have access to user datastore procedure: string

Cause: the index owner does not have execute privilege of the procedure

Action: CTXSYS to grant execute privilege of the procedure to index owner

DRG-12603: CTXSYS does not own user datastore procedure: string

Cause: CTXSYS does not have execute privilege to the user datastore procedure

Action: make sure the package is owned by CTXSYS and the procedure exist

DRG-12604: execution of user datastore procedure has failed

Cause: an error occur while executing the user datastore procedure

Action: check or debug the datastore procedure

DRG-12605: datatype of column number in COLUMNS list is not supported

Cause: one or more of the columns in the column list of the multi datastore are of a type which the multi datastore is unable to process

Action: change the column list of the multi datastore to contain only supported types. PL/SQL functions can be used in the comlumn list to convert unsupported types to supported types.

DRG-12606: error encountered while parsing COLUMNS list

Cause: An oracle error was encountered while parsing the columns list of the multi datastore.

Action: See next error on stack and take appropriate action

DRG-12607: only ctxsys can create MULTI_COLUMN preferences

Cause: In order to create a multi column datastore preference, the effective user must be ctxsys.

Action: contact your DBA to create the preference as ctxsys

DRG-12700: seed word must be a single word

Cause: seed word is not a single word

Action: use a single-word seed word

DRG-12800: Attribute NESTED_TYPE must have owner name as prefix

Cause: the attribute NESTED_TYPE does not have an owner name prefix

Action: reset the attribute NESTED_TYPE to include owner name prefix

DRG-12801: invalid type: string

Cause: invalid nested_type or

Action: check the owner and the type attribute names

DRG-12802: invalid type column: string

Cause: column specified does not exist in the type table

Action: check the type table

DRG-12803: invalid text datatype

Cause: LONG and LONG RAW are not supported in nested table

Action: change text column to a supported data type

DRG-12900: Operation:string for index: string has already been started

Cause: the specified operation has been started

Action: n/a

DRG-13000: error while adding or removing a sub lexer

Cause: see next error

Action: n/a

DRG-13001: sub lexer and multi lexer must have the same owner

Cause: you specified a sub lexer which is not owned by the owner of the enclosing multi-lingual lexer preference

Action: specify a sub lexer owned by the owner of the multi-lexer preference

DRG-13002: preference string is not a MULTI_LEXER

Cause: you tried to add a sub lexer to a lexer preference which cannot accept sub lexers. Only multi-lingual lexers can accept sub lexers.

Action: specify a multi lingual lexer

DRG-13003: preference string cannot be used as a sub lexer

Cause: you specified a preference for sub lexer which is not a lexer, or is a multi-lingual lexer or is an auto lexer

Action: specify a sub lexer which is not a multi-lingual lexer or an auto lexer

DRG-13004: language is invalid

Cause: you specified an invalid language for the sub lexer or stopword

Action: specify a valid language -- see NLS Support Guide for a list of valid languages

DRG-13005: alt_value cannot be an NLS language name

Cause: you specified an NLS language name as the alt value

Action: specify a non-NLS value

DRG-13006: sub lexer for this language is not defined

Cause: you tried to remove a sub lexer for a language, but no sub lexer was defined for that language

Action: None

DRG-13007: cannot define an alternate value for the DEFAULT sub lexer

Cause: you tried to define an alternate value for the DEFAULT sub lexer

Action: None

DRG-13008: cannot remove the DEFAULT sub lexer

Cause: you tried to remove the DEFAULT sub lexer

Action: None

DRG-13009: multi lexer preference does not have a DEFAULT sub lexer

Cause: you tried to use a multi lexer preference which does not have a DEFAULT sub lexer defined

Action: add a DEFAULT sub lexer to the multi lexer preference and retry

DRG-13010: alt_value is already used by another sub lexer

Cause: you tried to specify an alt value which is already in use by another sub lexer in the lexer preference

Action: specify a different alt value

DRG-13011: language column must be specified when using the multi lexer

Cause: you tried to create an index using a multi lexer preference, but you did not specify a language column

Action: specify a language column

DRG-13012: language column must be a char, varchar, or varchar2 type

Cause: you specified a language column which is not a char, varchar, or varchar2 type.

Action: specify a language column of correct type

DRG-13013: cannot have language independent DEFAULT sub lexer

Cause: you tried to define a language independent DEFAULT sub lexer

Action: DEFAULT sub lexer can only be language dependent

DRG-13014: base table has rows with language column value string

Cause: there are documents in the base table with language column value set to symbol for sublexer or stopword being removed

Action: base table should not have such rows

DRG-13015: sublexer string already exists in the index

Cause: cannot add a sub_lexer more than once

Action: if you want to update sub_lexer preferences, use update sub_lexer parameter or remove currently used sub_lexer

DRG-13100: index is not partitioned

Cause: you attempted to invoke a partition-level operation on an index which is not partitioned

Action: invoke appropriate index-level operation

DRG-13101: partition string does not exist in this index

Cause: you specified a partition name which does not exist

Action: specify correct partition name

DRG-13102: index partition name must be specified

Cause: you attempted to invoke a partition-level operation on a partitioned index but did not specify the partition name

Action: n/a

DRG-13103: index table string is partitioned

Cause: you attempted to perform an exchange partition including indexes, but one or more of the internal index tables are partitioned.

Action: specify EXCLUDING INDEXES on the exchange partition, then manually rebuild the indexes.

DRG-13104: indexes do not have equivalent settings for string

Cause: you attempted to perform an exchange partition including indexes, but the specified metadata setting is not equivalent across the two indexes, so the data cannot be exchanged

Action: specify EXCLUDING INDEXES on the exchange partition, then manually rebuild the indexes.

DRG-13200: failed to load dictionary file string

Cause: failed to load a dictionary file

Action: check whether the dictionary file exists in $ORACE_HOME/ctx/data/kolx or access permission is available

DRG-13201: KOREAN_LEXER is desupported

Cause: Using lexer type KOREAN_LEXER which is desupported.

Action: Use lexer type KOREAN_MORPH_LEXER instead.

DRG-13300: document size bigger than string bytes

Cause: size of the document being indexed is larger than the maximum supported size for the VARCHAR2 interface of stored procedure

Action: use the CLOB interface for the stored procedure

DRG-13301: syntax error in token data when expecting string, at line string

Cause: token data returned by the user-defined lexer procedure is incorrect

Action: modify user-defined lexer procedure to return expected data

DRG-13302: number of wildcard offsets must be in the range string..string, at line string

Cause: number of wildcard offsets specified as value for the wildcard attribute does not meet the supported range

Action: modify user-defined lexer query procedure to return valid number of wildcard offsets

DRG-13303: value of wildcard offset must be in the range string..string, at line string

Cause: value of pre-normalized wildcard offset or post-normalized wildcard offset specified as value for the wildcard attribute does not meet the supported range

Action: modify user-defined lexer query procedure to return valid value for wildcard offset

DRG-13304: character referenced by wildcard attribute is not a wildcard character, at line string

Cause: The wildcard attribute value specified the offset of a wildcard character. The character at the specified offset is neither the '%' character nor the '_' character.

Action: Modify user-defined lexer query procedure.

DRG-13305: 'off' attribute value must be in the range string..string, at line string

Cause: value of 'off' attribute does not meet the supported range

Action: modify user-defined lexer index procedure to return valid value for 'off' attribute

DRG-13306: 'len' attribute value must be in the range string..string, at line string

Cause: value of 'len' attribute does not meet the supported range

Action: modify user-defined lexer index procedure to return valid value for 'len' attribute

DRG-13307: 'off'=string and 'len'=string references character past end-of-file of string character document, at line string

Cause: value of 'off' attribute plus value of 'len' attribute is greater than the number of characters in the document

Action: modify user-defined lexer index procedure to return valid values for 'off' and 'len' attributes

DRG-13308: query operator ABOUT not supported by USER_LEXER

Cause: the query contains an ABOUT operator while using USER_LEXER lexer type

Action: remove ABOUT operator from query or use lexer type other than USER_LEXER

DRG-13309: operation not supported by USER_LEXER

Cause: USER_LEXER does not support this operation

Action: stop the operation or use alternate lexer type

DRG-13310: index owner does not have EXECUTE privilege on USER_LEXER stored procedure string

Cause: user CTXSYS did not grant EXECUTE privilege on USER_LEXER stored procedure to the index owner

Action: user CTXSYS grant EXECUTE privilege on USER_LEXER stored procedure to index owner

DRG-13311: USER_LEXER stored procedure name contains a semicolon

Cause: the procedure name contains a semicolon character

Action: remove semicolon from procedure name or rename stored procedure

DRG-13312: user CTXSYS does not own USER_LEXER stored procedure string

Cause: CTXSYS does not have EXECUTE privilege on the USER_LEXER stored procedure

Action: make sure the stored procedure exists and is owned by CTXSYS

DRG-13400: Oracle Data Mining was not installed

Cause: The function you used depends on Oracle Data Mining, which has not been installed yet.

Action: make sure the Oracle Data Mining is installed

DRG-13401: the preference string type is not supported in this API

Cause: the type you have specified is not supported

Action: use a different type

DRG-13500: Parameter_string must start with string

Cause: Wrong syntax for parameter_string.

Action: Make sure the parameter_string has the correct syntax

DRG-13501: Shadow Index Already Exists

Cause: A shadow index was previously created already

Action: Drop the shadow index and try again

DRG-13502: NOPOPULATE is not allowed in recreate_index_online

Cause: Specify NOPOPULATE in parameter_string in recreate_index_online

Action: Don't specify NOPOPULATE.

DRG-13503: POPULATE is not allowed for a local index in create_shadow_index

Cause: Specify POPULATE for a local index during create_shadow_index

Action: Don't specify POPULATE.

DRG-13504: string has no shadow index

Cause: Tried to perform exchange shadow without creating shadow index first

Action: create a shadow index before doing exchanges_shadow_index

DRG-13505: Keyword string is not allowed here in parameter_string

Cause: Wrong syntax for parameter_string

Action: Make sure the parameter_string has the correct syntax

DRG-13506: string has no shadow part

Cause: Tried to perform exchange shadow part without creating shadow part first

Action: create a shadow part before doing exchanges_shadow_index on the partition.

DRG-13507: SWAP and NOPOPULATE is incompatible

Cause: Specified SWAP and NOPOUPLATE in parameter string

Action: Correct the parameter string setting

DRG-13508: Not all partitions for index string are swapped

Cause: try to swap an local partitioned index when not all partitions are swapped

Action: Swap all partitions first, then swap the (local) index.

DRG-13509: error while swapping shadow index

Cause: an error occurred during the shadow index swap

Action: check error message stack for the actual error

DRG-13510: shadow index does not exist

Cause: Tried to perform exchange shadow without creating shadow index first

Action: create a shadow index before doing exchanges_shadow_index

DRG-13511: Cannot sync until all partitions for index string are swapped

Cause: Tried to swap with sync a local partitioned index when not all partitions are swapped

Action: Swap all partitions first, then swap the (local) index with sync_idx true.

DRG-13600: Syntax error in the result set descriptor at string

Cause: The result set descriptor has a syntax error

Action: check the syntax of the result set descriptor

DRG-13601: Syntax error in the order attribute

Cause: The order attibute has a syntax error

Action: check the syntax of the order attibute

DRG-13602: Number parsing error in string

Cause: The number string is malformed

Action: check the syntax of the number string

DRG-13603: To many sort keys

Cause: Too many sort keys are specified

Action: reduce the number of sort keys

DRG-13604: To many items to select

Cause: Too many select items are specified

Action: reduce the number of select items

DRG-13606: start_hit_num is not specified or out of valid range number..number

Cause: start_hit_num is not specified or out of valid range

Action: set a correct start_hit_num value

DRG-13607: end_hit_num is not specified or out of valid range number..number

Cause: end_hit_num is not specified or out of valid range

Action: set a correct end_hit_num value

DRG-13608: Temporary lob not created for ctx_query.result_set_document

Cause: Temporary lob is not allocated for ctx_query.result_set_document

Action: Create a temporary lob for ctx_query.result_set_document

DRG-13609: empty query is not allowed

Cause: No query is specified and result set descriptor has invalid elements

Action: Either specify query or change result set descriptor

DRG-13613: Missing index name

Cause: index name not specified in the API

Action: specify an index name

DRG-13614: result_set_inteface not supported with security policy

Cause: result set interface not supported with security policies

Action: cannot use result set interface on table with security policy

DRG-13615: Only one snippet element allowed in result set interface

Cause: More than one snippet element specified with result set interface

Action: Specify only one snippet element with result set interface

DRG-13617: invalid value for topn in result set interface

Cause: Cannot use topn less than or equal to zero

Action: Use topn greater than zero

DRG-13621: Duplicate group count element in result set interface

Cause: Group Count element specified more than once for group

Action: Specify one count element for a group

DRG-13622: Unsupported SDATA 'bucketby' value specified in the result set interface

Cause: An unsupported attribute value was specified for the 'bucketby' attribute.

Action: Specify a valid attribute value (range or single).

DRG-13624: invalid attribute value for 'collocates' in the result set interface

Cause: An unsupported attribute value was specified for a 'collocates' attribute.

Action: Valid attribute values are larger than zero.

DRG-13625: more than one sentiment element in query

Cause: There was more than one sentiment element in the query.

Action: Ensure there is only one sentiment element.

DRG-13626: too many Item elements in sentiment query

Cause: There were too many item elements in the sentiment query.

Action: Ensure there are less than 10 items in the sentiment element.

DRG-13627: Invalid item attribute value for string in result set interface

Cause: There was an unsupported attribute value specified for the item attribute.

Action: Provide a non-zero valid value for the attribute.

DRG-13628: Invalid value for 'sortby' SDATA group count in the result set interface

Cause: An unsupported attribute value was specified for the 'sortby' attribute.

Action: Valid attribute values are 'count' (default) and 'value'.

DRG-13629: Invalid value for 'order' SDATA group count in the result set interface

Cause: An unsupported attribute value was specified for the 'order' attribute.

Action: Valid attribute values are 'des' (default) and 'asc'.

DRG-13630: The 'bucketby' attribute is only supported for 'searchable' SDATA

Cause: The 'bucketby' attribute applies to 'searchable' SDATA sections only.

Action: Enable 'searchable' for this SDATA section.

DRG-13631: Empty queries are not supported with 'bucketby' single

Cause: Empty queries are supported with 'bucketby' range.

Action: Use 'bucketby' range or use a different query.

DRG-13632: Auto lexer is not supported with 'collocates' in the result set interface

Cause: An unsupported lexer was specified for 'collocates'.

Action: Use the basic lexer for 'collocates'.

DRG-13633: Error processing 'collocates' in the result set interface

Cause: Internal error processing the 'collocates' element.

Action: check syntax and re-try

DRG-13700: Syntax error in the Extraction Rule Descriptor

Cause: The Extraction Rule descriptor has a syntax error

Action: check the syntax of the Extraction rule descriptor

DRG-13701: Invalid rule_id

Cause: rule_id is NULL or rule_id <= 0

Action: rule_id must be number > 0

DRG-13702: Rule not found

Cause: No rule for given rule_id

Action: Specify a valid rule_id

DRG-13703: Invalid Type Specified: string

Cause: An invalid entity type was specified

Action: Specify a valid entity type

DRG-13704: Invalid Entity Type List

Cause: An invalid entity type list was specified

Action: Check format and types on entity type list

DRG-13705: Must use an Extract Policy

Cause: Using a non-extraction policy

Action: Use a policy created with ctx_entity.create_extract_policy

DRG-13706: Cannot use Entity Extraction Policy here

Cause: Using an entity extraction policy

Action: Use a policy created with ctx_ddl.create_policy

DRG-13707: Rule Engine Loading Failed

Cause: A user rule has an error

Action: Fix the user rule with the error

DRG-13708: Dictionary Loading Failed

Cause: The user dictionary has an error

Action: Fix the user dictionary

DRG-13709: Unsupported Language Specified: string

Cause: Unsupported Language Specified

Action: Specify a supported language

DRG-13710: Syntax Error in Dictionary

Cause: Syntax error in dictionary

Action: Correct syntax error in dictionary

DRG-13711: Stop Entity Not Found

Cause: Tried to remove a non-existent stop entity

Action: Cannot remove non-existent stop entity

DRG-13712: User Dictionary already loaded

Cause: Tried to load a 2nd user dictionary to a policy

Action: Drop the dictionary, and then load

DRG-13713: No User Dictionary loaded

Cause: No user dictionary loaded for this policy

Action: Cannot drop non-existent dictionary

DRG-13714: Duplicate Stop Entity

Cause: Trying to load a duplicate uncompiled stop entity

Action: Stop entity is already present

DRG-13715: Null name and type for Stop entity

Cause: Trying to load a stop entity with null name and type

Action: Stop entity must have at least one parameter non-null

DRG-13716: Entity Extraction not enabled

Cause: Haven't loaded correct event

Action: Must load correct event and level

DRG-13717: Null entry or alternate form in user dict

Cause: A entry or alternate form has null value

Action: Entries or alternate forms must be non-null

DRG-13718: No entity type given in user dict

Cause: An entry was not given an entity type

Action: All entries must have an entity type

DRG-13719: File and Drop are mutually exclusive

Cause: Tried to run ctxload with file and drop

Action: file and drop are mutually exclusive

DRG-13720: Stop entity already marked for deletion

Cause: Tried to re-drop a stop entity

Action: Only drop this stop entity once

DRG-13721: Duplicate Type on Typelist

Cause: Duplicate type on typelist

Action: Typelist must be unique

DRG-13722: Invalid Backreference

Cause: Backreference not between 1 and 10

Action: Backreferences must be between 1 and 10

DRG-13723: Invalid Attribute: string

Cause: Unsupported Attribute

Action: Follow correct syntax for rule or dictionary

DRG-13724: Invalid Attribute Value: string

Cause: Unsupported attribute value

Action: Follow correct syntax for rule or dictionary

DRG-13725: Type Name Too Long

Cause: Type name more than 30 bytes

Action: Type must be less than 30 bytes

DRG-13726: Invalid Tag: string

Cause: Unsupported Tag

Action: Follow correct syntax for rule or dictionary

DRG-13727: Missing Tag: string

Cause: Missing Necessary Tag

Action: Add tag for rule or dictionary

DRG-13728: Missing Attribute: string

Cause: Missing Necessary Attribute

Action: Add attribute for rule or dictionary

DRG-13729: Cyclic definition of rules, with type: string

Cause: Cyclic nested rules

Action: Remove the rule with the cycle

DRG-13730: Rules not found for the type: string

Cause: Rules doesn't exists for the type

Action: Remove the rule with the issue

DRG-13731: Level of nesting exceeded

Cause: More than 5000 levels of nesting

Action: Remove the rule with the issue

DRG-13732: Multiple types and backreferences are not supported

Cause: Using multiple types and backreferences is not supported

Action: Remove the rule with the issue

DRG-13733: dictionary for string is empty

Cause: Dictionary to import is empty

Action: The parameter cannot be null or empty

DRG-13734: Oracle supplied dictionary type "string" with backreference is not supported

Cause: Use of supplied dictionary types with backreference is not supported

Action: Remove or modify the rule with the issue

DRG-13735: Syntax error in the extraction rule: "number"

Cause: The extraction rule descriptor has a syntax error

Action: Check the syntax of the Extraction rule descriptor

DRG-13900: Auto_Optimize Process is already started

Cause: Auto_Optimize Process is already started

Action: Can't start auto_optimize when it's already running

DRG-13901: Index must have stage_itab

Cause: Auto_Optimize works on indexes with stage_itab

Action: Use an index with stage_itab for auto_optimize

DRG-13902: Index/Partition already added to auto_optimize list

Cause: Index/Partition already added to auto_optimize list

Action: Can't add index/partition to list twice

DRG-13903: Index/Partition not on the auto_optimize list

Cause: Index/Partition not on the auto_optimize list

Action: Can't remove index/partition from list

DRG-13904: Index/Partition has max_rows set to non-zero value

Cause: Index/Partition is using max_rows to merge

Action: Can't set both Auto_optimize and max_rows

DRG-13905: Index/Partition has auto optimization on

Cause: Index/Partition is using auto optimization

Action: Can't set both Auto_optimize and max_rows

DRG-50000: requested size larger than pagesize

Cause: The requested memoery size is larger than page size,

Action: Contact support

DRG-50100: CORE LSF error: string

Cause: detect a CORE LSF error

Action: look up the core error and take appropriate action

DRG-50101: CORE LEM error: string

Cause: detect a CORE LEM error while reading the error stack

Action: Contact support

DRG-50102: error getting database compatibility

Cause: could not obtain database compatibility setting

Action: Contact support

DRG-50200: Third-party filter internal error

Cause: Third-party filter could not filter this document because of an internal error.

Action: Contact Oracle Support.

DRG-50300: error sending message from server to client

Cause: internal database error or internal Text error

Action: Call customer support

DRG-50301: server error reading request queue

Cause: database error or internal Text error

Action: Call customer support

DRG-50302: server error reading OOB break queue; cannot detect interrupts

Cause: database error or internal Text error

Action: Call customer support

DRG-50303: error in bufout

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50304: error in execute()

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50305: getcmd() called when one of the queue names is NULL

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50400: maximum number of fuzzy match candidates exceeded: string

Cause: Internal error, probably result of large number of indexed words

Action: Contact Oracle support

DRG-50401: failed to retrieve fuzzy match candidates from db: string

Cause: Internal error

Action: Contact Oracle support

DRG-50402: Index validation failed for one or more tokens

Cause: Index validation generated an error for one or more tokens

Action: Check the ctx log for the detailed errors

DRG-50500: only RULE_CLASSIFIER is accepted in this API

Cause: you specified an illegal classifier

Action: use RULE_CLASSIFIER

DRG-50501: classifier preference not specified

Cause: the classifier preference is not specified

Action: specify a classifier preference

DRG-50502: cannot use RULE_CLASSIFIER in this API

Cause: you specified RULE_CLASSIFIER

Action: use a different classifier

DRG-50503: unsupported classification method

Cause: you spcified an unsupported classification method

Action: use a different classifier

DRG-50504: invalid column datatype for string table

Cause: the column datatype is invalid

Action: specify a different datatype

DRG-50505: invalid sentiment label

Cause: A sentiment label other than 0, 1 or 2 was present in the training table.

Action: Use 0, 1 or 2 as a training label.

DRG-50600: assertion failed

Cause: An internal check-condition has been violated

Action: Contact Oracle support for assistance

DRG-50601: fatal error

Cause: A fatal error has occurred

Action: Contact Oracle support for assistance

DRG-50603: unrecognized operation code string

Cause: Bad operation code was encountered (reached switch default:)

Action: check .h files versions

DRG-50607: failed to obtain column info for cid string

Cause: internal error, probably a bug

Action: call customer support

DRG-50608: unexpected end of data

Cause: internal error, probably a bug

Action: call customer support

DRG-50609: pipe internal error

Cause: internal error, probably a bug

Action: call customer support

DRG-50610: internal error: string

Cause: internal error, probably a bug

Action: call customer support

DRG-50611: Third party lexer internal error: string

Cause: internal error from inxight lexer

Action: call customer support

DRG-50612: internal error: you need to call bind first for this insertion mode

Cause: internal error

Action: call customer support

DRG-50613: internal error: model type is not supported in drctrwpf

Cause: internal error

Action: call customer support

DRG-50614: library loading error in string

Cause: internal error

Action: call customer support

DRG-50615: Third party lexer timed out

Cause: Third-party auto lexer could not complete tokenization because the lexer timed out.

Action: Increase the value of the TIMEOUT attribute of the auto_lexer and reindex the document. If TIMEOUT is set to 0 and the lexer still hangs context Oracle Support.

DRG-50617: Query string too long: string

Cause: internal error

Action: Invalid query string provided

DRG-50618: Failed to create XML context

Cause: internal error

Action: Failed to create XML context for XTI conversion from XML text

DRG-50700: unknown command (args=queue, command)

Cause: this is an internal error

Action: Contact Oracle support to report a bug

DRG-50701: error in listener.get_cmd()

Cause: this is an internal error

Action: Contact Oracle support to report a bug

DRG-50702: error in drtlsleep()

Cause: this is an internal error in a testing function

Action: Contact Oracle Support

DRG-50703: listener startup error

Cause: this is an internal error

Action: Contact Oracle support to report a bug

DRG-50704: Net8 listener is not running or cannot start external procedures

Cause: Oracle Text needs to call external code to complete your request, and could not start the extproc agent process.

Action: Start listener if it is configured for external procedures and is not running. If your listener is running, configure it for starting external procedures and restart it. Consult Oracle documentation for details.

DRG-50800: failed to open cursor

Cause: Too many cursors open for internal queries

Action: implement cursor cleanup routine

DRG-50801: failed to parse cursor

Cause: parse error on an internal query

Action: check versions of code

DRG-50802: failed to bind input

Cause: bind error on an internal query

Action: check versions of code

DRG-50803: failed to define output

Cause: define error on an internal query

Action: check versions of code

DRG-50804: failed to exec cursor

Cause: exec error on an internal query

Action: debug code

DRG-50805: failed to close cursor

Cause: cursor close error on an internal query

Action: check versions of code

DRG-50806: failed to rollback

Cause: transaction rollback error

Action: contact support

DRG-50807: failed to commit

Cause: internal error

Action: contact support

DRG-50850: string

Cause: This is an oracle error

Action: See RDBMS documentation

DRG-50851: SQL execute failed

Cause: failed to execute a sql statement

Action: please report this as a bug

DRG-50852: failed to turn SQL trace on

Cause: internal error,

Action: Please contact Oracle support

DRG-50853: fetch error

Cause: fetch error on an internal query

Action: check versions of code

DRG-50855: logoff fail

Cause: Fail to logoff from the database

Action: check versions of code

DRG-50857: oracle error in string

Cause: this is an informational message

Action: See error

DRG-50858: OCI error: string

Cause: a generic OCI error occurred

Action: Please contact Oracle support

DRG-50859: failed to allocate statement handle

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50860: failed to prepare statement

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50861: failed to obtain type descriptor

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50862: failed to create new Oracle object

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50863: string assignment failed

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50864: number assignment failed

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50865: failed to append to collection

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50866: failed to resize string

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50867: failed to free Oracle object

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50868: failed to free statement handle

Cause: This is an internal error

Action: Contact Oracle Support

DRG-50900: text query parser error on line string, column string

Cause: bad query

Action: fix query

DRG-50901: text query parser syntax error on line string, column string

Cause: bad query

Action: fix query

DRG-50902: unexpected character string

Cause: bad query

Action: fix query

DRG-50903: invalid weight string

Cause: invalid weight

Action: fix query

DRG-50904: weight string outside valid range 0.1 to 10.0

Cause: invalid weight

Action: fix query

DRG-50905: invalid score threshold string

Cause: invalid score threshold

Action: fix query

DRG-50906: score threshold string is not an integer

Cause: invalid score threshold

Action: fix query

DRG-50907: score threshold string outside valid range 1 to 100

Cause: invalid score threshold

Action: fix query

DRG-50908: invalid maximum number of documents string

Cause: invalid maximum number of documents

Action: fix query

DRG-50909: maximum number of documents string is not an integer

Cause: invalid maximum number of documents

Action: fix query

DRG-50910: max documents requested string outside valid range 1 to 65535

Cause: invalid maximum number of documents

Action: fix query

DRG-50911: invalid first document number string

Cause: invalid first document number

Action: fix query

DRG-50912: first document number string is not an integer

Cause: invalid first document number

Action: fix query

DRG-50913: first document requested string is not a positive number

Cause: invalid first document number

Action: fix query

DRG-50914: invalid last document number string

Cause: invalid last document number

Action: fix query

DRG-50915: last document number string is not an integer

Cause: invalid last document number

Action: fix query

DRG-50916: last document string is less than first document

Cause: invalid last document number

Action: fix query

DRG-50917: escape on at end of text query string

Cause: unbalanced escape characters

Action: turn escape off

DRG-50918: mismatched close escape character

Cause: no matching open escape character for close escape

Action: match open and close escapes

DRG-50919: NEAR operand not a phrase, equivalence or another NEAR expression

Cause: invalid operand type for NEAR operator

Action: correct operand type

DRG-50920: part of phrase not itself a phrase or equivalence

Cause: invalid type of expression which is part of phrase

Action: fix query

DRG-50921: EQUIV operand not a word or another EQUIV expression

Cause: invalid operand type for EQUIV operator

Action: correct operand type

DRG-50922: PL/SQL execution failed for string

Cause: PL/SQL function may not exist or is returning bad value

Action: PL/SQL may not exist or is returning bad value

DRG-50923: could not rewrite PL/SQL for execution

Cause: parser internal

Action: call support

DRG-50924: PL/SQL inside PL/SQL not supported

Cause: PL/SQL function call returned another PL/SQL call

Action: remove recursive PL/SQL

DRG-50925: could not parse return value of PL/SQL

Cause: string returned by PL/SQL function could not be parsed

Action: fix PL/SQL function being called

DRG-50926: invalid text query string

Cause: query string empty or made up of invalid characters

Action: fix query

DRG-50927: parser failed on line string on column string

Cause: bug

Action: call support

DRG-50928: reserved failure on line string on column string

Cause: bug

Action: call support

DRG-50929: parser internal on line string on column string

Cause: bug

Action: call support

DRG-50930: parser memory failure on line string on column string

Cause: memory allocation or freeing error

Action: call support

DRG-50931: parser not opened

Cause: bug

Action: call support

DRG-50932: parser preference initialization failed

Cause: bug

Action: call support

DRG-50933: parser hash insert failure

Cause: bug

Action: call support

DRG-50934: parser hash create failure

Cause: bug

Action: call support

DRG-50935: parser component failure

Cause: bug

Action: look for other errors

DRG-50936: query word string is too complex for index

Cause: bug

Action: look for other errors

DRG-50937: query too complex

Cause: query is too complex for our query evaluator

Action: make query smaller

DRG-50938: parser already bound

Cause: internal coding mistake

Action: call support

DRG-50939: parser not set

Cause: bug

Action: call support

DRG-50940: parser not parsed

Cause: bug

Action: call support

DRG-50941: PL/SQL function string cannot be executed

Cause: PL/SQL function may not exist or cannot be executed by user

Action: rewrite PL/SQL function specified in query

DRG-50942: errors: stringstring

Cause: PL/SQL function encountered error -- this is the error message

Action: See error message

DRG-50943: query token too long on line string on column string

Cause: A query token is longer than 256 bytes

Action: Rewrite query

DRG-50944: NEAR operator not supported for theme index

Cause: NEAR operator used in theme index query

Action: Rewrite query without NEAR operator

DRG-50945: Illegal phrase in query for theme index

Cause: Phrase incorrectly defined in theme index query

Action: Rewrite query

DRG-50946: Invalid unary operator for theme index

Cause: Stemming, fuzzy match and soundex not allowed for theme index

Action: Rewrite query

DRG-50947: ABOUT clause not allowed without a theme index

Cause: The query contains an ABOUT clause, but there is no theme index to support it

Action: Rewrite query

DRG-50948: ABOUT clause required in the absence of a text index

Cause: There is no text index, but the query does not contain any about clause. With only a theme index present, each query term must belong to an ABOUT clause

Action: Rewrite query

DRG-50949: too many SQEs

Cause: Too many SQEs to expand

Action: Rewrite query or SQE

DRG-50950: circular SQE found

Cause: Circular SQE reference is found.

Action: Rewrite query or SQE

DRG-50951: Unable to resolve element name for attribute string

Cause: XPATH expression such as A/*/@B or A//@B is not supported.

Action: Rewrite query

DRG-50952: Section is not PATH section group

Cause: XPATH expression has section which is not created using PATH section group.

Action: Rewrite query not to use XPATH expression or create the index with PATH section group

DRG-50953: Unable to determine section name

Cause: XPATH expression should not end with . or *

Action: Rewrite the path expression not to use . or * at the end

DRG-50954: Theme index is required for CTXCAT about queries

Cause: There is no theme index, but the catsearch query contains about clause. You must create a theme index before using ABOUT query against CTXCAT index

Action: create theme index

DRG-50955: Missing comma in transform clause string

Cause: A transform clause in a query template is missing a comma

Action: Add the comma in the appropriate position

DRG-50956: Theme index is required for THEMES transform queries

Cause: There is no theme index, but the operator TRANSFORM is used with THEMES as its parameter. You must create a theme index before using THEMES in TRASNFORM operator.

Action: create theme index

DRG-50957: Missing textquery element in query template string

Cause: The textquery tag is missing or misspelled in a query template

Action: Correct the missing tag

DRG-50958: Missing quote in transform clause string

Cause: A transform clause in a query template is missing a quote

Action: Add the quote in the appropriate position

DRG-50959: Query length exceeds string bytes

Cause: the query length exceeds the maximum allowed length

Action: reduce the length of the query

DRG-50960: Mild not operand not a term or phrase

Cause: invalid operand type for MNOT operator

Action: correct operand type

DRG-50961: Missing string for string clause

Cause: the specified tag is missing from the specified complex query clause

Action: Add missing clause

DRG-50962: Query operators are not allowed in transform input string

Cause: You specified an operator (such as wildcard) in the input string for the transform operator

Action: Remove or escape the query operator

DRG-51002: unexpected component failure

Cause: Internal error

Action: Contact Oracle support

DRG-51017: unable to open storage buffer for fuzzy match candidates

Cause: Internal error, probably insufficient memory

Action: Contact Oracle support

DRG-51019: unable to open or illegal format for fuzzy match data file: string

Cause: Unable to open OS file containing fuzzy matching information or the file was not of the correct format

Action: Consult the documentation for correct location of the fuzzy match information files and check for file damage

DRG-51020: out of memory in fuzzy matcher

Cause: Cannot allocate more memory

Action: Contact your system adminstrator

DRG-51021: undefined error in fuzzy matcher

Cause: Internal error

Action: Contact Oracle support

DRG-51022: undefined error in stemmer

Cause: Internal error

Action: Contact Oracle support

DRG-51023: stemmer file cannot be opened

Cause: Unable to open OS file containing stemmer lexicon, or the file contents were not correct

Action: Consult documentation for for correct location of the stemmer lexicons and check for file damage

DRG-51024: out of memory in stemmer

Cause: Cannot allocate more memory

Action: Contact your system administrator

DRG-51025: an invalid character was passed to the stemmer

Cause: Invalid character in word input to the stemmer

Action: Remove invalid character from word to be stemmed

DRG-51028: unexpected error in fuzzy match expansion: string

Cause: Internal error

Action: Contact Oracle support

DRG-51029: unexpected error in stemmer expansion: string

Cause: Internal error

Action: Contact Oracle support

DRG-51030: wildcard query expansion resulted in too many terms

Cause: User error

Action: Make wildcard query narrower

DRG-51100: invalid program argument index

Cause: This is an internal error

Action: Contact Oracle Support to report a bug

DRG-51101: argument processing callback failed

Cause: this is an internal error

Action: Contact Oracle support to report a bug

DRG-51200: open keymap failed for index id = string

Cause: Failed to initialize the keymap for the column id specified.

Action: Check index ID. Contact support if caused by internal errors

DRG-51201: failed to perform DDL operation: database object string

Cause: Textkey mapping service failed on DDL operation

Action: Check Oracle error and take corrective action

DRG-51202: invalid key mapping operation mode : string

Cause: invalid keymap mode value found. This is an internal error

Action: Contact Oracle support

DRG-51203: found doc ids without mappings during get maps

Cause: found doc ids without mappings during get mapping by doc ids, the index data and keymap service are out of synch.

Action: Contact Oracle support

DRG-51300: error getting dml Queue lock

Cause: a server must have hung while processing the dml Queue, leaving it locked

Action: Contact Oracle support

DRG-51301: error releasing dml Queue lock

Cause: internal database error, or perhaps someone dropped the lock while we were using it

Action: Contact Oracle support

DRG-51311: DML lock handle previously allocated

Cause: internal error

Action: Contact Oracle support

DRG-51312: DML lock internal error string

Cause: internal error

Action: Contact Oracle support

DRG-51313: timeout while waiting for lock

Cause: most likely an internal error

Action: Contact Oracle support

DRG-51314: index is not empty

Cause: you attempted to invoke populate_pending against an index which already has or has had indexed documents.

Action: populate pending manually, or recreate the index NOPOPULATE

DRG-51315: AGGMERGE lock internal error string

Cause: internal error

Action: Contact Oracle support

DRG-51400: incomplete SEARCH_ON VALUE or SEARCH_ON TEXT_VALUE clause

Cause: An attempt was made to create or alter an XML Search Index with a SEARCH_ON VALUE or SEARCH_ON TEXT_VALUE clause that did not list a data type specification.

Action: Specify the data type specification for the SEARCH_ON VALUE or SEARCH_ON TEXT_VALUE clause as part of the parameters to the CREATE SEARCH INDEX or ALTER INDEX statements. The data type specification must include at least one of NUMBER, BINARY_DOUBLE, TIMESTAMP, or VARCHAR2.

DRG-51401: duplicate SEARCH_ON specification for string component

Cause: The specified parameter string for an XML or JSON Search Index had a duplicate SEARCH_ON clause for one the following: TEXT, NUMBER, BINARY_DOUBLE, TIMESTAMP or VARCHAR2.

Action: Specify the duplicate component only once.

DRG-51402: cannot use SEARCH_ON feature with this index

Cause: An attempt was made to specify a SEARCH_ON clause as part of the index parameter string for an index that was not an XML Search Index or a JSON Search Index.

Action: Remove the SEARCH_ON clause from the parameter string.

DRG-51403: cannot index JSON type column string with this indextype

Cause: An attempt was made to create a CONTEXT or SEARCH INDEX with no FOR JSON clause on a JavaScript Object Notation (JSON) type column.

Action: Use the FOR JSON clause to index JSON type columns.

DRG-51404: invalid token 'string' found for ALTER of string Search Index

Cause: An invalid token was found when parsing a parameter string that modified options specified to JSON or XML Search Index.

Action: Verify the token follows the syntax for the ALTER INDEX parameter string. Remove any options that do not relate to JSON or XML Search Index from the parameter string and retry the operation. Issue a separate ALTER INDEX statement to modify the removed options using the REPLACE command in the parameter string.

DRG-51801: failed to seek in file: string

Cause: this is an internal error

Action: Contact Oracle support

DRG-51802: failed to read from file: string

Cause: this is an internal error

Action: Contact Oracle support

DRG-51803: failed to open file: string

Cause: this is an internal error

Action: Contact Oracle support

DRG-51804: failed to write to file: string

Cause: this is an internal error

Action: Contact Oracle support

DRG-52100: string returned internal error code string

Cause: this is an internal error

Action: Contact Oracle support

DRG-52101: an invalid session handle was passed to Oracle Text

Cause: this is an internal error

Action: Contact Oracle support

DRG-52102: an invalid transaction handle was passed to Oracle Text

Cause: this is an internal error

Action: Contact Oracle support

DRG-52103: the Oracle Text environment could not reset

Cause: this is an internal error

Action: Contact Oracle support

DRG-52104: the Oracle Text environment could not initialize

Cause: this is an internal error

Action: Contact Oracle support

DRG-52105: no delete function found

Cause: this is an internal error

Action: Contact Oracle support

DRG-52106: Oracle Text service results could not be committed

Cause: this is an internal error

Action: Contact Oracle support

DRG-52107: ctxkbtc internal error

Cause: this is an internal error

Action: Contact Oracle support

DRG-52108: failed to delete knowledge base user extension

Cause: this is an internal error

Action: check file permissions or contact Oracle support

DRG-52109: error in reading thesaurus

Cause: this is an internal error

Action: Contact Oracle support

DRG-52110: error in writing extended knowledge base

Cause: this is an internal error

Action: Contact Oracle support

DRG-52111: error in knowledge base cache

Cause: this is an internal error

Action: Contact Oracle support

DRG-52112: improper Chinese string string of length number

Cause: this is an internal error

Action: n/a

DRG-52113: improper Japanese string string of length number

Cause: this is an internal error

Action: n/a

DRG-52200: invalid state during export

Cause: this is an internal error

Action: Contact Oracle support

DRG-52201: imcompatible Oracle Text versions

Cause: attempting to import an incompatible version of Oracle Text data

Action: make sure source and target Oracle Text versions are compatible

DRG-52202: invalid class name: string

Cause: the specified class name is not valid

Action: Contact Oracle Support

DRG-52203: invalid object name: string

Cause: the specified object name is not valid

Action: Contact Oracle Support

DRG-52204: error while registering index

Cause: this is an internal error

Action: Contact Oracle support

DRG-52205: class string and object string already exists for this index

Cause: duplicate entry of class and object

Action: Contact Oracle support

DRG-52206: error while registering index object

Cause: this is an internal error

Action: Contact Oracle support

DRG-52207: the specified attribute does not exist: string

Cause: This is an internal error

Action: Contact Oracle Support

DRG-52208: the specified attribute already exist: string

Cause: This is an internal error

Action: Contact Oracle Support

DRG-52210: error while registering value for attribute: string

Cause: This is an internal error

Action: Contact Oracle Support

DRG-52211: error while registering partition

Cause: this is an internal error

Action: Contact Oracle support

DRG-52212: error while registering cdi columns

Cause: this is an internal error

Action: Contact Oracle support

DRG-52213: Insufficient privileges

Cause: this is an internal error

Action: Contact Oracle support

DRG-52300: Index string.string does not exist

Cause: The given index does not exist for the current user

Action: Give a valid index name

DRG-52301: Query Stats is already enabled for this index

Cause: attempting to enable the query stats for an index for which it is already enabled

Action: None. No need to enable again

DRG-52302: Query Stats is not enabled for this index

Cause: attempting to disable the query stats for an index for which it is not enabled

Action: None. No need to disable if it is not already enabled

DRG-52303: Option String is full

Cause: Index option string is full

Action: None

DRG-52304: This operation requires Query Stats to be enabled for the index

Cause: attempting to do an operation which required query stats option for the index to be enabled

Action: Enable query stats option for the index using ctx_output.enable_query_stats()

DRG-52305: Unknown value, string, passed in to stat_type

Cause: An invalid value is passed in to the parameter stat_type

Action: Give a valid value

DRG-52400: Dictionary string already exists

Cause: The specified dictionary already exists

Action: Must drop the dictionary if you want to re-create it.

DRG-52401: Invalid language string specified

Cause: Language specified is invalid

Action: Must specify a valid language

DRG-52402: Dictionary name is invalid

Cause: The specified dictionary name is invalid

Action: Must provide valid dictionary name

DRG-52403: Dictionary string does not exist

Cause: The specified dictionary does not exist

Action: Retry with the correct dictionary name

DRG-52404: policy_languages requires auto lexer

Cause: policy_languages requires the auto lexer to retrieve language information. The auto lexer was not specified, however.

Action: Specify auto lexer for the policy.