Oracle8i Error Messages
Release 2 (8.1.6)

Part Number A76999-01

Library

Product

Contents

Index

Go to previous page Go to next page

50
interMedia Text Messages (DRG)

For information about the interMedia ConText option, refer to:

DRG-10000 failed to read column string

Cause: Error during read of specified text column.

Action: Check the existence and privileges of the column.

DRG-10001 can not access result table string

Cause: Specified table does not exist or server does not have write privileges.

Action: Check the result table.

DRG-10002 can not insert into result table

Cause: Text server is not privileged to insert, tablespace is 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 lower.

DRG-10016 you must be the owner to modify this string

Cause: An attempt was made 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: An attempt was made to modify an object which you have no privilege.

Action: Ask the owner modify the object.

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: The attempt to perform recovery for a server or client failed.

Action: Contact Oracle Customer 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 ConText server

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

Action: Contact Oracle Customer Support.

DRG-10305 pipe string is full

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

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

DRG-10306 server terminated unexpectedly while processing command

Cause: The server shut down 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 Oracle Customer Support.

DRG-10307 no servers running

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

Action: Start some ConText servers with correct personality mask.

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

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

Action: Start some ConText servers with correct personality mask.

DRG-10309 no context servers running

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

Action: Start a ConText server.

DRG-10310 servers were shutdown before processing request

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

Action: Start another ConText server with the correct personality mask.

DRG-10311 remote send not supported

Cause: An attempt was made to specify a database link in an index specification.

Action: Specify only local index names.

DRG-10312 logfile name must be specified

Cause: An attempt was made to start logging without specifying a log file name.

Action: Specify a log file name.

DRG-10313 logging has already been started

Cause: An attempt was made to start logging even though logging has already been started.

Action: Stop logging first or ignore this message.

DRG-10314 logging has not been started

Cause: An attempt was made to stop logging even though logging has not been started.

Action: Start logging first or ignore this message.

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 could be lexed into multiple tokens with current lexer preference.

Action: Check lexer preference and respecify 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: Check the name of the index and your access to it.

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

Cause: A text key 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 text key for the table or specify it explicitly in this procedure call.

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-10509 invalid text column: string

Cause: The column specified is not valid.

Action: Check that the following are valid:

  • Text column is of the datatype supported by ConText

  • 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-10513 index string metadata is corrupt

Cause: Dictionary contains bad preferences for this index.

Action: Contact your database administrator.

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:

  • DML is requested and DDL is in progress or

  • DDL is requested and DML is in progress operation on the index

Action: Try again later.

DRG-10520 failed to drop ConText index: string

Cause: Failed to drop ConText index on the specified index.

Action: See the Oracle error on the stack and take the appropriate action.

DRG-10525 missing REBUILD keyword

Cause: All ConText alter index options required the REBUILD keyword.

Action: Specify alter index with the REBUILD keyword.

DRG-10528 primary keys of type string are not allowed

Cause: An attempt was made to create an index on a table with an illegal primary key datatype.

Action: Change the text key 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-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-10549 length of the object name string exceeded the limit

Cause: Object name has exceeded the maximum 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: An obsolete index was specified.

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-10580 parallel indexing is not supported: string

Cause: An attempt was made to create index with parallel servers.

Action: Drop index and set parallel to 1 in create index.

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

Cause: An attempt was made to create an index on a log or LOB column using an indirect datastore such as the file or URL datastores.

Action: Use a direct datastore or a VARCHAR column.

DRG-10582 column string does not exist in table string

Cause: An invalid column was specified.

Action: Specify a valid column.

DRG-10583 TRUNCATE INDEX failed: string

Cause: Failed to truncate ConText index on the specified index.

Action: See the next errors on the 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 the accompanying error.

DRG-10595 ALTER INDEX string failed

Cause: Failed to alter ConText index.

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

DRG-10597 invalid rebuild online operation

Cause: REBUILD ONLINE is not supported for requested operation.

Action: Alter index without the online option.

DRG-10599 column is not indexed

Cause: The column specified is not indexed.

Action: Create an index on the column before performing this operation.

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 Customer 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 Customer 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 was had an error accessing the DML Queue.

Action: See next error on stack.

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 already exists

Cause: The specified preference already exists.

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

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

Cause: An attempt was made to create or modify in another user's schema.

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: An attempt was made 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: An attempt was made 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-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: An attempt was made 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 memory size string string

Cause: An incorrectly formatted memory string was specified.

Action: Specify a correctly formatted memory string.

DRG-10754 memory size must be between string and string

Cause: A memory size outside the allowed range was specified.

Action: Specify a memory size 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 stop list cannot have more than 4096 stopwords. This includes stop themes.

Action: Do not use more than 4096 stopwords.

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: An attempt was made to create an SQE for another use.

Action: Remove the owner from the 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: An attempt was made 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: An attempt was made to fetch from a contains cursor which was not open.

Action: Open the cursor before performing the fetch.

DRG-10822 duplicate query name

Cause: An attempt was made to create a stored query with a name already used.

Action: Use a 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 text key.

Action: Check the text key.

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 you 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 an invalid value for SHARELEVEL.

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: An attempt was made to issue a query with the CONTAINS predicate including 0 with the FIRST_ROWS hint.

Action: Remove the FIRST_ROWS hint.

DRG-10900 out of memory

Cause: Cannot allocate more memory.

Action: Contact your system administrator.

DRG-11000 invalid keyword string

Cause: An invalid keyword was specified.

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 specified for the argument.

Action: Specify a valid value.

DRG-11004 duplicate or conflicting value for string

Cause: More than one value was 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 and re-create the index with the correct parameters.

DRG-11006 invalid alter index parameter string

Cause: An invalid parameter string was specified.

Action: Re-issue the statement with the correct parameter string.

DRG-11007 multiple stopwords specified

Cause: An attempt was made to add more than one stopword.

Action: Specify one stopword at a time.

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 ConText error:

Cause: See the next error on the stack.

Action: See the next error on the 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 ConText 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 file name specified is not valid.

Action: Check the file name 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-11110 string

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

Cause: A value for the parameter was specified that is out of range.

Action: Specify a value for that parameter that is in the correct range.

DRG-11112 length of string exceeds maximum of string

Cause: A value for the parameter was specified that is too long.

Action: Specify a value for the parameter that is the correct length.

DRG-11113 value of string must be one of string

Cause: A value for the parameter was specified that is invalid.

Action: Specify a valid parameter value.

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

Cause: A result table was specified 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: A value for the parameter was not specified.

Action: Specify a value for the parameter.

DRG-11203 INSO filter not supported on this platform

Cause: An attempt was made to use the INSO filter on a platform that 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: Use 32 characters or less for the 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, and so on.

Action: Do not use special characters in the user filter command.

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: No action required.

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 value for the file name that is not too long.

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

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

Action: Specify a format column of the correct type.

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

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

Action: Specify a charset column of the correct type.

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; possibly out of memory.

Action: Restart the server.

DRG-11425 gist level string is invalid

Cause: An invalid gist level was specified.

Action: Specify a valid gist level.

DRG-11427 valid gist level values are string

Cause: This is an informational message.

Action: No action required.

DRG-11432 file error while accessing ConText lexicon

Cause: An Oracle error was encountered during lexicon access.

Action: See Oracle error stack and take appropriate action.

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 25 characters

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

Action: Drop the index and re-create it 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: Use only supported operations.

DRG-11441 gist numParagraphs string is invalid

Cause: An invalid value for gist numParagraphs was used.

Action: Use only valid values for gist numParagraphs.

DRG-11442 valid gist numParagraphs values are string

Cause: An invalid value for gist numParagraphs was used.

Action: Note the valid values for gist numParagraphs provided by this message.

DRG-11443 gist maxPercent string is invalid

Cause: An invalid value for gist maxPercent was used.

Action: Use only valid values for gist maxPercent.

DRG-11444 valid gist maxPercent values are string

Cause: An invalid value for gist maxPercent was used.

Action: Note the valid values for gist maxPercent provided by this message.

DRG-11445 rowid value is invalid: string

Cause: The ROWID value parameter passed to the service request is not valid.

Action: Check the ROWID parameter.

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

Cause: Possibly misspelled a 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 misspelled 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 datafile.

Action: Check whether the file exists and is accessible, if separate.

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

Cause: An error occurred 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 message.

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, 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 commit after above 0.

DRG-11526 filename exceeds maximum length

Cause: Value of the file name is too long.

Action: Use a file name value that does not exceed the maximum length.

DRG-11527 end token not found on line string

Cause: <TEXTEND> not found at end of record.

Action: Processing discontinued; amend the 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 the record.

DRG-11530 token exceeds maximum length

Cause: Value of the phrase or relation word is too long.

Action: Processing discontinued; amend the record.

DRG-11531 start token not found on line string

Cause: <TEXTSTART: not found at start of record.

Action: Processing discontinued; amend the 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 the record.

DRG-11534 invalid column string

Cause: Column does not exist or it is misspelled.

Action: Processing discontinued; amend the record.

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 ConText at Oracle.

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 was be found on the host specified.

Action: Check the URL.

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

Cause: Client did not make response within timeout period.

Action: Contact ConText at Oracle.

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

Cause: Web server identified in URL does not 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 the URL.

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

Cause: Attempt to open local file failed.

Action: Check the URL.

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

Cause: Attempt to read local file failed.

Action: Contact the system administrator.

DRG-11611 URL store: unknown protocol specified in string

Cause: The protocol parsed is neither HTTP or file.

Action: Check the URL.

DRG-11612 URL store: unknown host specified in string

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

Action: Check the URL.

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

Cause: Attempt to connect to host was forcibly refused.

Action: Check the 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 the 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 the table if necessary.

DRG-11620 URL store: thread operation error

Cause: Thread operation failed.

Action: Contact the 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: unknown HTTP error getting string

Cause: HTTP error has occurred which ConText does not catch.

Action: Consult HTTP error codes; if valid, contact ConText at Oracle.

DRG-11623 URL store: unknown error getting string

Cause: Error has occurred which ConText does not catch.

Action: Contact ConText at Oracle.

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

Cause: Error has occurred which ConText does not catch.

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-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.

Action: See error message for details.

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: An invalid relation was specified.

Action: 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. Specify a valid relation and resubmit.

DRG-11707 valid relations: string

Cause: An invalid relation was specified.

Action: 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.

DRG-11708 too many thesauri

Cause: CTXKBTC cannot compile more than 16 thesauruses.

Action: Specify 16 or fewer thesauruses.

DRG-11709 too many terms in thesaurus

Cause: Number of thesaurus terms exceeds maximum.

Action: Use fewer terms.

DRG-11710 thesaurus term string too long

Cause: Knowledge base does not permit terms longer than 80 characters.

Action: Do not use any terms than are longer than 80 characters.

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: Multiple broader terms are not allowed for a term.

Action: Make sure each term has only one broader term.

DRG-11713 multiple Preferred Terms per synonym ring

Cause: Multiple preferred terms are not allowed for a synonym ring.

Action: Make sure each synonym ring has only one preferred term.

DRG-11714 synonyms have different Broader Terms

Cause: All synonyms must have the same broader term.

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: Multiple preferred terms are not allowed for a term.

Action: Make sure each term has only one preferred term.

DRG-11719 Broader Term hierarchy too deep

Cause: The broader term hierarchy 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 characters.

DRG-11723 phrase cannot be NULL

Cause: An attempt was made to add a NULL phrase to the thesaurus.

Action: Specify a valid phrase.

DRG-11724 phrase string already exists

Cause: A phrase with the same name already exists.

Action: Use another name.

DRG-11725 phrase does not have any synonyms

Cause: An attempt was made to nominate a phrase with no synonyms to be the preferred term, or an attempt was made to drop SYN from a phrase with no synonyms.

Action: No action required.

DRG-11726 phrase is not a preferred term

Cause: An attempt was made to remove the preferred term relation from a phrase which is not a preferred term.

Action: No action required.

DRG-11727 phrase does not have any related terms

Cause: An attempt was made to drop a relation that does not exist.

Action: No action required.

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

Cause: An attempt was made to drop a relation that does not exist.

Action: No action required.

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

Cause: An attempt was made to drop a relation that does not exist.

Action: No action required.

DRG-11730 relation does not exist

Cause: An attempt was made to drop a relation that does not exist.

Action: No action required.

DRG-11731 translation does not exist

Cause: An attempt was made to drop a translation that does not exist.

Action: No action required.

DRG-11801 Continue

Cause: Ask 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 committed (HTTP_ERROR = 202).

Action: The user agent takes proper actions.

DRG-11806 Non-authoritative Information

Cause: The returned meta-information 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 partial 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-11818 Temporary Redirect

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

Action: The user agent 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-11822 Forbidden

Cause: The server refuses to fulfill the request from client (HTTP_ERROR = 403).

Action: The user agent takes proper actions.

DRG-11823 Not Found

Cause: The server cannot 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 request (HTTP_ERROR = 408).

Action: The user agent repeats 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 there is 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 cannot 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 cannot meet the user agent's expectation (HTTP_ERROR = 417).

Action: The user agent takes proper actions.

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 cannot 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 respond to the gateway server in a timely way (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-11846 Response Is Stale

Cause: The user agent knows the returned response 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 that 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 specified 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 interrupted (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 numbering 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 unknown 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 the server (USER_AGENT_ERROR).

Action: The user agent takes proper actions.

DRG-11875 Access Scheme Is Not Allowed In This Context

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: Detected an Oracle error while dropping a section group.

Action: See the accompanying Oracle error and take appropriate action.

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: Detected 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: Detected 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: Maximum limit of start and end tag is 64 bytes.

Action: Provide a shorter start and end tag.

DRG-12218 section group name missing

Cause: A section group name must be provided.

Action: Provide a section group name when creating section or section group.

DRG-12219 section name missing

Cause: A section name must be provided when creating a section.

Action: Provide a section name.

DRG-12220 a valid tag must be provided

Cause: A tag must be provided when adding a section to a section group.

Action: Provide a tag.

DRG-12223 section name string is a reserved name

Cause: An attempt was made to name a section a reserved name.

Action: Do not use the reserved name.

DRG-12224 use ctx_ddl.create_section_group to create section groups

Cause: An attempt was made 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: An attempt was made 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: An attempt was made 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: An attempt was made to name an attribute or zone section the same name as an existing field section.

Action: Use another name.

DRG-12228 maxmimum number of field sections (string) exceeded

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

Action: Use fewer unique field sections.

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

Cause: An attempt was made to add a special section which already exists.

Action: No action required.

DRG-12230 special section name must be one of string

Cause: An attempt was made to add an invalid special section.

Action: Use a valid special section.

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

Cause: An attempt was made 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: A tag was specified for use as an attribute tag which did not have the correct format. An attribute tag must have the form TAG@ATTR.

Action: Use the correct format.

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 syntax of the specified attribute.

DRG-12407 invalid CTX REPEAT tag attribute (string)

Cause: The specified attribute is incorrectly specified.

Action: Check the syntax of the specified attribute.

DRG-12408 invalid variable reference: 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 configuration 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: 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: Specify 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: Detected 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: Detected 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 word 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: 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: 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 maximum length.

Action: Reduce the length of the stop list entry.

DRG-12511 use ctx_ddl.create_stoplist to create stoplists

Cause: An attempt was made to use CTX_DDL.CREATE_PREFERENCE to create a stop list.

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: The valid stop class are listed.

DRG-12600 a semicolon is detected in user datastore procedure name: string

Cause: The procedure name specified included a semicolon.

Action: Remove the semicolon or rename the procedure. 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 the PROCEDURE attribute 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 for the procedure.

Action: Use CTXSYS to grant execute privilege for the procedure to the 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 exists.

DRG-12604 execution of user datastore procedure has failed

Cause: An error occurred while executing the user datastore procedure.

Action: Check the datastore procedure.

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.

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: No action required.

DRG-13000 error while adding or removing a sub lexer

Cause: See next error.

Action: See next error.

DRG-13001 sub lexer and multi lexer must have the same owner

Cause: A sub lexer was specified 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: An attempt was made 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: A preference was specified for sub lexer which is not a lexer, or is a multi-lingual lexer.

Action: Specify a sub lexer which is not a multi-lingual lexer.

DRG-13004 language is invalid

Cause: An invalid language was specified for the sub lexer.

Action: Specify a valid language. See Oracle8i National Language Support Guide for a list of valid languages.

DRG-13005 alt_value cannot be an NLS language name

Cause: An NLS language name was specified as the alt value.

Action: Specify a non-NLS value.

DRG-13006 sub lexer for this language is not defined

Cause: An attempt was made to remove a sub lexer for a language, but no sub lexer was defined for that language.

Action: No action required.

DRG-13007 cannot define an alternate value for the DEFAULT sub lexer

Cause: An attempt was made define an alternate value for the DEFAULT sub lexer.

Action: No action required.

DRG-13008 cannot remove the DEFAULT sub lexer

Cause: An attempt was made to remove the DEFAULT sub lexer.

Action: No action required.

DRG-13009 multi lexer preference does not have a DEFAULT sub lexer

Cause: An attempt was made 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: An attempt was made 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: An attempt was made 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: A language column was specified which is not a char, varchar, or varchar2 type.

Action: Specify a language column of correct type.

DRG-50000 requested size larger than pagesize

Cause: The requested memory size is larger than page size.

Action: Contact Oracle Customer 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: Detected a CORE LEM error while reading the error stack.

Action: Contact Oracle Customer Support.

DRG-50300 error sending message from server to client

Cause: Internal database error or internal ConText error.

Action: Contact Oracle Customer Support.

DRG-50301 server error reading request queue

Cause: Database error or internal ConText error.

Action: Contact Oracle Customer Support.

DRG-50302 server error reading OOB break queue; cannot detect interrupts

Cause: Database error or internal ConText error.

Action: Contact Oracle Customer Support.

DRG-50303 error in bufout

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50304 error in execute()

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50305 getcmd() called when one of the queue names is NULL

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50400 maximum number of fuzzy match candidates exceeded: string

Cause: This is an internal error, probably the result of a large number of indexed words.

Action: Contact Oracle Customer Support.

DRG-50401 failed to retrieve fuzzy match candidates from db: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50600 assertion failed

Cause: An internal check-condition has been violated.

Action: Contact Oracle Customer Support.

DRG-50601 fatal error

Cause: A fatal error has occurred.

Action: Contact Oracle Customer Support.

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: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50608 unexpected end of data

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50609 pipe internal error

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50610 internal error: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50700 unknown command (args=queue, command)

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50701 error in listener.get_cmd()

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50702 error in drtlsleep()

Cause: This is an internal error in a testing function.

Action: Contact Oracle Customer Support.

DRG-50703 listener startup error

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50704 Net8 listener is not running or cannot start external procedures

Cause: ConText needs to call external code to complete your request, and could not start the EXTPROC agent process.

Action: Start the 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 the Net8 Administrator's Guide 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 Oracle Customer Support.

DRG-50807 failed to commit

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50850 string

Cause: This is an ORA error.

Action: See the ORA chapters of this book.

DRG-50851 SQL execute failed

Cause: Failed to execute a SQL statement.

Action: Report to Oracle Customer Support.

DRG-50852 failed to turn SQL trace on

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50853 fetch error

Cause: Fetch error on an internal query.

Action: Check versions of code.

DRG-50855 logoff fail

Cause: Failed to logoff from the database.

Action: Check versions of code.

DRG-50857 oracle error in string

Cause: This is an informational message.

Action: No action required.

DRG-50858 OCI error: string

Cause: A generic OCI error occurred.

Action: Contact Oracle Customer Support.

DRG-50859 failed to allocate statement handle

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50860 failed to prepare statement

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50861 failed to obtain type descriptor

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50862 failed to create new Oracle object

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50863 string assignment failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50864 number assignment failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50865 failed to append to collection

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50866 failed to resize string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50867 failed to free Oracle object

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50868 failed to free statement handle

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50900 text query parser error on line string, column string

Cause: Bad query.

Action: Correct the query.

DRG-50901 text query parser syntax error on line string, column string

Cause: Bad query.

Action: Correct the query.

DRG-50902 unexpected character string

Cause: Bad query.

Action: Correct the query.

DRG-50903 invalid weight string

Cause: Invalid weight.

Action: Correct the query.

DRG-50904 weight string outside valid range 0.1 to 10.0

Cause: Invalid weight.

Action: Correct the query.

DRG-50905 invalid score threshold string

Cause: Invalid score threshold.

Action: Correct the query.

DRG-50906 score threshold string is not an integer

Cause: Invalid score threshold.

Action: Correct the query.

DRG-50907 score threshold string outside valid range 1 to 100

Cause: Invalid score threshold.

Action: Correct the query.

DRG-50908 invalid maximum number of documents string

Cause: Invalid maximum number of documents.

Action: Correct the query.

DRG-50909 maximum number of documents string is not an integer

Cause: Invalid maximum number of documents.

Action: Correct the query.

DRG-50910 max documents requested string outside valid range 1 to 65535

Cause: Invalid maximum number of documents.

Action: Correct the query.

DRG-50911 invalid first document number string

Cause: Invalid first document number.

Action: Correct the query.

DRG-50912 first document number string is not an integer

Cause: Invalid first document number.

Action: Correct the query.

DRG-50913 first document requested string is not a positive number

Cause: Invalid first document number.

Action: Correct the query.

DRG-50914 invalid last document number string

Cause: Invalid last document number.

Action: Correct the query.

DRG-50915 last document number string is not an integer

Cause: Invalid last document number.

Action: Correct the query.

DRG-50916 last document string is less than first document

Cause: Invalid last document number.

Action: Correct the 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 the operand type.

DRG-50920 part of phrase not itself a phrase or equivalence

Cause: Invalid type of expression which is part of phrase.

Action: Correct the query.

DRG-50921 EQUIV operand not a word or another EQUIV expression

Cause: Invalid operand type for EQUIV operator.

Action: Correct the 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: This is a parser internal error.

Action: Contact Oracle Customer Support.

DRG-50924 PL/SQL inside PL/SQL not supported

Cause: PL/SQL function call returned another PL/SQL call.

Action: Remove the 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: Correct the PL/SQL function being called.

DRG-50926 invalid text query string

Cause: Query string empty or made up of invalid characters.

Action: Correct the query.

DRG-50927 parser failed on line string on column string

Cause: An internal error occurred.

Action: Contact Oracle Customer Support.

DRG-50928 reserved failure on line string on column string

Cause: An internal error occurred.

Action: Contact Oracle Customer Support.

DRG-50929 parser internal on line string on column string

Cause: An internal error occurred.

Action: Contact Oracle Customer Support.

DRG-50930 parser memory failure on line string on column string

Cause: Memory allocation or freeing error.

Action: Contact Oracle Customer Support.

DRG-50931 parser not opened

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50932 parser preference initialization failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50933 parser hash insert failure

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50934 parser hash create failure

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50935 parser component failure

Cause: This is an internal error.

Action: Look for other errors.

DRG-50936 query word string is too complex for index

Cause: This is an internal error.

Action: Look for other errors.

DRG-50937 query too complex

Cause: Query is too complex for the query evaluator.

Action: Make the query smaller.

DRG-50938 parser already bound

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50939 parser not set

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-50940 parser not parsed

Cause: This is an internal error.

Action: Contact Oracle Customer 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 the PL/SQL function specified in query.

DRG-50942 errors: stringstring

Cause: PL/SQL function encountered an 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 the query.

DRG-50944 NEAR operator not supported for theme index

Cause: NEAR operator used in theme index query.

Action: Rewrite the query without NEAR operator.

DRG-50945 Illegal phrase in query for theme index

Cause: Phrase incorrectly defined in theme index query.

Action: Rewrite the query.

DRG-50946 Invalid unary operator for theme index

Cause: Stemming, fuzzy match and soundex not allowed for theme index.

Action: Rewrite the 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 the 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 the 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-51000 wordlist function initialization failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51001 wordlist preference initialization failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51002 unexpected component failure

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51007 wordlist unexpected OCI failure

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51010 wordlist not bound

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51017 unable to open storage buffer for fuzzy match candidates

Cause: This is an internal error, probably insufficient memory.

Action: Contact Oracle Customer Support.

DRG-51018 unable to destroy fuzzy match object

Cause: This is an internal error, probably corrupted memory.

Action: Contact Oracle Customer Support.

DRG-51019 unable to open or illegal format for fuzzy match data file: string

Cause: Unable to open operating system file containing fuzzy matching information or the file was not of the correct format.

Action: Consult the ConText 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 administrator.

DRG-51021 undefined error in fuzzy matcher

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51022 undefined error in stemmer

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51023 stemmer file cannot be opened

Cause: Unable to open operating system file containing stemmer lexicon, or the file contents were not correct.

Action: Consult the ConText Option documentation for the 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: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51029 unexpected error in stemmer expansion: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51100 invalid program argument index

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51101 argument processing callback failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51200 open keymap failed for index id = string

Cause: Failed to initialize the key map for the column ID specified.

Action: Check index ID. Contact Oracle Customer Support if caused by internal errors.

DRG-51201 failed to perform DDL operation: database object string

Cause: Text key mapping service failed on DDL operation.

Action: Check Oracle error and take corrective action.

DRG-51202 invalid key mapping operation mode : string

Cause: Invalid key map mode value found. This is an internal error.

Action: Contact Oracle Customer 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 key map service are out of synch.

Action: Contact Oracle Customer 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 Customer 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 Customer Support.

DRG-51309 Get_batch() failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51310 batch_done() failed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51311 DML lock handle previously allocated

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51312 DML lock internal error string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51403 New index name not provided by kernel

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51801 failed to seek in file: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51802 failed to read from file: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51803 failed to open file: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-51804 failed to write to file: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52100 string returned internal error code string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52101 an invalid session handle was passed to ConText

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52102 an invalid transaction handle was passed to ConText

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52103 the ConText environment could not reset

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52104 the ConText environment could not initialize

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52105 no delete function found

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52106 ConText service results could not be committed

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52107 ctxkbtc internal error

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52108 failed to delete knowledge base user extension

Cause: This is an internal error.

Action: Check file permissions or contact Oracle Customer Support.

DRG-52109 error in reading thesaurus

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52110 error in writing extended knowledge base

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52111 error in knowledge base cache

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52200 invalid state during export

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52201 imcompatible ConText versions

Cause: An attempt was made to import an incompatible version of ConText's data.

Action: Make sure source and target ConText's versions are compatible.

DRG-52202 invalid class name: string

Cause: The specified class name is not valid.

Action: Specify a valid class name.

DRG-52203 invalid object name: string

Cause: The specified object name is not valid.

Action: Specify a valid object name.

DRG-52204 error while registrating index

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52205 class string and object string already exists for this index

Cause: Duplicate entry of class and object.

Action: Contact Oracle Customer Support.

DRG-52206 error while registrating index object

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52207 the specified attribute does not exist: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52208 the specified attribute already exist: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.

DRG-52210 error while registrating value for attribute: string

Cause: This is an internal error.

Action: Contact Oracle Customer Support.


Go to previous page Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index