Oracle8i Error Messages
Release 8.1.5

A67785-01

Library

Product

Contents

Index

Prev Next

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 to modify an object which you do not own.

Action: Have 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-10504 missing preference specification

Cause: Preference specification was expected in the parameter string.

Action: Specify the preference and preference name.

DRG-10505 missing value for memory size

Cause: A value for the MEMORY keyword was not specified.

Action: Specify the value of the memory size.

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-10512 missing STOPWORD keyword

Cause: The keyword STOPWORD was missing.

Action: Respecify the parameter string with STOPWORD.

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-10522 multiple stopwords specified

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

Action: Specify one stopword at a time.

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-10556 invalid Index Optimization mode string specified

Cause: The option specified is not supported. Supported modes are:

  1. FAST or Defragmentation

  2. FULL or Garbage Collection

Action: Specify one of the options listed above.

DRG-10557 invalid FAST optimization option string

Cause: No option allowed for FAST optimization.

Action: Specify FAST optimization without any option.

DRG-10558 missing Index Optimization mode

Cause: Optimization requested without specifying the optimization mode FAST or FULL.

Action: Specify one of the optimization modes.

DRG-10560 missing or invalid MAXTIME value for FULL optimization

Cause: A valid MAXTIME value was expected for full optimization.

Action: Specify number of minutes for MAXTIME.

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-10568 invalid FULL optimization option string

Cause: An invalid FULL optimization option was specified.

Action: Specify a valid full optimization option like MAXTIME.

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-10592 invalid create index parameter string string

Cause: The supplied parameter string is not correct.

Action: Drop the index and re-create it with the correct parameters.

DRG-10595 ALTER INDEX string failed

Cause: Failed to alter ConText index.

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

DRG-10596 invalid alter index parameter string: string

Cause: The parameter string was invalid.

Action: Reissue the statement with the correct parameter string.

DRG-10597 invalid rebuild online operation

Cause: REBUILD ONLINE is not supported for requested operation.

Action: Alter index without the online option.

DRG-10598 duplicate or conflicting parameters: string

Cause: The same preference had been specified more than once.

Action: Check parameter string and correct the problem parameter.

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 a preference for another user.

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

DRG-10703 invalid framework object string

Cause: You specified an invalid object type.

Action: Use a valid framework object.

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

Cause: 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-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 subquery passed to WITHIN operator can not contain WITHIN

Cause: WITHIN operator used in subquery passed to a WITHIN query.

Action: Rewrite query without nested WITHIN operator.

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

DRG-11707 valid relations: string

Cause: An invalid relation was specified.

Action: The valid relations are as listed.

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-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 sections cannot be added to this type of section group

Cause: An attempt was made to add a section to an invalid section group type.

Action: Use a different section group type.

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

Cause: An attempt was made to name a zone section the same name as a 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 a field section the same name as a zone 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-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 occured while executing the user datastore procedure.

Action: Check the datastore procedure.

DRG-50000 max. string length larger than pagesize: str string, pagesize string

Cause: The maximum string length specified (or defaulted) is larger than page size.

Action: Use smaller maximum string size.

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.




Prev

Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index