Cause: specified table does not exist or server does not have write privileges
Action: check result table
DRG-10002: can not insert into result table
Cause: text server is not privileged to insert, tablespace exhausted
Action: check privileges and tablespace
DRG-10011: invalid object name string
Cause: a table, column or procedure name specified had an invalid format. It is either too long or contains illegal characters. Probably you are passing in incorrect parameters.
Action: check parameter values
DRG-10015: id exceeds limit(2147483642) of a number
Cause: the limit of an id is 2147483642
Action: use an id with value 214748364 or under
DRG-10016: you must be the owner to modify this object
Cause: you tried to modify an object which you do not own
Action: have the owner modify the object
DRG-10017: you must be string to do this: string
Cause: you tried to modify an object which you have no privilege
Action: have the owner modify the object
DRG-10100: invalid argument found: string
Cause: invalid command argument was specified
Action: check the documentation for the legal arguments and re-execute the command
DRG-10101: no value for argument: string
Cause: this argument requires value(s)
Action: re-execute the command with the correct argument value(s)
DRG-10102: mandatory argument missing: string
Cause: this argument is mandatory
Action: re-execute the command and specify the argument
DRG-10103: illegal value for argument: string
Cause: an illegal value was passed to this argument
Action: check the documentation for the legal values for this argument
DRG-10200: invalid server personality mask: string
Cause: the specification for the server personality mask is invalid
Action: check the documentation and specify the correct mask
DRG-10202: server failed to register
Cause: the server failed to register itself with the data dictionary
Action: look at the next error on the stack
DRG-10203: server named string does not exist
Cause: update was called with the name of a server that does not exist
Action: correct the name of the server
DRG-10204: server update failed
Cause: the attempt to update the server failed
Action: look at the next error on the stack
DRG-10205: server deregister failed
Cause: the attempt to deregister the server from the data dictionary failed
Action: look at the next error on the stack
DRG-10206: failed to perform recovery for a server or client
Cause: Contact oracle support
Action: Contact oracle support
DRG-10301: timed out waiting for responses from servers
Cause: Not enough servers are running to handle the current system load, and a large backlog of commands has accumulated; perhaps no servers are running. This message could also indicate an internal error where one of the servers has crashed trying to process a given request
Action: Check that enough servers are running, and that they are processing commands of the correct type. For instance, a DDL command might timeout if all the servers are setup to exclusively process query commands. Also, check the server log files.
DRG-10302: interrupted waiting for responses from servers
Cause: User interrupted the request before it was completed
Action: Restart the request
DRG-10303: could not queue given commands to be processed
Cause: The given command or commands could not (all) be queued. This could indicate an extremely high system load, but it is more likely an internal error.
Action: Check if any servers are running to process the command.
DRG-10304: unexpected error sending command(s) to Oracle Text server
Cause: There was an unexpected error sending command(s) to server
Action: Call customer support.
DRG-10305: pipe string is full
Cause: Could not send command to pipe, because the pipe was full
Action: Check if any servers are running to process the commands on that pipe
DRG-10306: server terminated unexpectedly while processing command
Cause: The server shutdown during execution of your command. This could be caused by a shutdown abort, or by an internal error in the server.
Action: If the server terminated had an internal error, contact customer support.
DRG-10307: no servers running
Cause: Could not process command because no servers are running with the correct personality mask.
Action: Start some servers with correct personality mask.
DRG-10308: no server with the required string personality mask is running
Cause: Could not process command because no servers are running with the correct personality mask.
Action: Start some servers with correct personality mask.
DRG-10309: not enough job queue processes
Cause: Could not process command because no servers with the correct personality mask are running.
Action: increase the JOB_QUEUE_PROCESSES initialization parameter or reduce the parallel degree for this statement.
DRG-10310: servers were shutdown before processing request
Cause: The command could not be completed because the servers were shut down or terminated before processing the request.
Action: Start another server with the correct personality mask.
DRG-10311: remote send not supported
Cause: You tried to specify a database link in an index specification
Action: Specify only local index names
DRG-10312: logfile name must be specified
Cause: You tried to start logging without specifying a logfile name
Action: Specify a logfile name
DRG-10313: logging has already been started
Cause: You tried to start logging even though logging has already been started
Action: Stop logging first, or ignore
DRG-10314: logging has not been started
Cause: You tried to stop logging even though logging has not been started
Cause: failed to create text index on the specified column
Action: See the next errors on stack and take appropriate action
DRG-10501: invalid stopword: string
Cause: The stopword specified cound be lexed into multiple tokens with current lexer preference
Action: Check lexer preference and Respecifies the stopword
DRG-10502: index string does not exist
Cause: the specified index does not exist or you do not have access to it.
Action: Specify an existing index
DRG-10503: table string cannot be indexed because it has no primary key
Cause: a textkey needs to be a single column unique key whose length does not exceed 64 bytes. no such key was defined as an unique index or declared as a primary or unique key constraint
Action: create a suitable textkey for the table or specify it explicitly in this procedure call
DRG-10504: primary key is required when using the DETAIL_DATASTORE
Cause: you tried to use the detail datastore to index a table with no primary key constraint
Action: add a primary key constraint on the table
DRG-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 followings are valid: a) text column is of supported datatype b) valid table name, column name in the specification.
DRG-10510: stopword is missing
Cause: The stopword to be added was not specified.
Action: Specify the stopword
DRG-10511: index string does not exist or is incomplete
Cause: index creation is not complete
Action: create index before performing this operation
DRG-10513: index string metadata is corrupt
Cause: dictionary contains bad preferences for this index
Action: contact you DBA
DRG-10516: failed to perform DDL operation due to an Oracle error
Cause: the ddl operation requested has failed because of an Oracle error
Action: see the Oracle error on the stack and take the appropriate action
DRG-10517: index string is already valid
Cause: The index was in a valid state and did not need the requested operation.
Action: Check the requested operation
DRG-10518: an operation is in progress which conflicts with string request
Cause: another session is operating on this index. it could be: a) DML is requested and DDL is in progress or b) DDL is requested and DML is in progress operation on the index
Action: try again later
DRG-10520: failed to drop index: string
Cause: Failed to drop index on the specified index
Action: see the Oracle error on the stack and take the appropriate action
DRG-10525: missing REBUILD keyword
Cause: all Oracle Text alter index options require the REBUILD keyword
Action: specify alter index with the REBUILD keyword
DRG-10528: primary keys of type string are not allowed
Cause: you tried to create an index on a table with an illegal primary key datatype
Action: change the textkey to one of the followings: VARCHAR2, NUMBER, VARCHAR, DATE, CHAR, MLSLABEL
DRG-10531: parallel parameter must be > 0
Cause: you called create index with parallel = 0
Action: specify with value > 0
DRG-10532: table is not partitioned
Cause: you called parallel create index on non-partitioned table
Action: recreate the table with partitions or remove the PARALLEL clause
DRG-10533: invalid user name: string
Cause: you specified a user name that is invalid
Action: specify the correct user name
DRG-10535: failed to optimize text index string
Cause: the optimize operation requested has failed because of an Oracle error
Action: see the Oracle error on the stack and take the appropriate action
DRG-10549: length of the object name string exceeded the limit
Cause: object name has exceeded the maximun length of 30 bytes
Action: Reduce the length of the object name if you want to re-create it
DRG-10550: illegal syntax for index, preference, source or section name
Cause: name may have additional periods(.)
Action: check the syntax of the name
DRG-10553: illegal syntax for column specification string
Cause: column specification may have additional periods(.)
Action: check the syntax of column specification if you want to re-create it
DRG-10561: index string is not valid for requested operation
Cause: The index was not in a valid state due to some prior error.
Action: Drop index and create index again.
DRG-10562: missing alter index parameter
Cause: The parameter string was missing
Action: Provide correct parameter string with regard to the requested alter index operation.
DRG-10569: table or column does not exist: string
Cause: The table, view, synonym or column specified does not exist. There may also be a permissions problem reading the table.
Action: Reinvoke the operation with the correct table name or column name
DRG-10573: index string is obsolete
Cause: you specified an obsolete index
Action: perform upgrade_index on the index
DRG-10574: failed to upgrade text index string
Cause: the upgrade operation has failed because of an Oracle error
Action: see the Oracle error on the stack and take the appropriate action
DRG-10579: must provide text query criteria
Cause: text query criteria is mandatory
Action: provide text query criteria
DRG-10580: parallel indexing is not supported: string
Cause: attempted 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: You tried to create an index on a long or lob column using an indirect datastore such as the file or url datastores
Action: Use direct datastore or a varchar column
DRG-10582: column string does not exist in table string
Cause: you specified an invalid column
Action: specify valid column
DRG-10583: TRUNCATE INDEX failed: string
Cause: Failed to truncate index
Action: See the next errors on stack and take appropriate action
DRG-10584: failed to stringstringstring due to an Oracle error
Cause: a DDL operation on an index object failed due to SQL error
Action: see following error
DRG-10595: ALTER INDEX string failed
Cause: failed to alter 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-10598: invalid parallel operation
Cause: PARALLEL is not supported for requested operation.
Action: Alter index without the parallel option
DRG-10599: column is not indexed
Cause: The column specified is not indexed.
Action: Create index on the column before performing this operation
DRG-10601: failed to remove pending DML for this index
Cause: The system could not remove triggers setup to monitor updates to the requested table
Action: See next error on stack to determine course of action. Call Oracle support if necessary. Until this error is fixed, updates to all text columns in the given table may not be indexed.
DRG-10602: failed to queue DML change to column string for primary key string
Cause: The system could not record that a change had been made to the given column
Action: See next error on stack to determine course of action. Call Oracle support if necessary. Until this error is fixed, updates to all text columns in the given table may not be indexed.
DRG-10606: server failed to access the DML Queue
Cause: The server 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: must drop the preference if you want to re-create it.
DRG-10702: cannot create or modify preference in another user"s schema
Cause: you tried to create a preference for another user
Action: owner or CTXSYS or a user who has CTXADMIN role should create preference
DRG-10703: invalid framework object string
Cause: you specified an invalid object type
Action: use a valid framework object
DRG-10704: preference string does not have an attribute named string
Cause: you tried to set value for a invalid attribute (not supported by the object.
Action: specify the correct attribute name
DRG-10705: invalid value string for attribute string
Cause: you tried to set an illegal value for an attribute
Action: specify the correct attribute value for the datatype of the attribute
DRG-10706: length of string exceeds maximum size of string
Cause: Parameter is too many bytes
Action: Correct preference setting and resubmit
DRG-10707: a value is required for attribute string of preference string
Cause: A required attribute was not provided
Action: Correct preference setting and resubmit
DRG-10708: invalid class id string for preference string
Cause: the specified class id is not correct for the specified preference
Action: specify the correct class id
DRG-10709: this preference is referenced by string and cannot be dropped
Cause: the specified preference is used as part of another preference and cannot be dropped until the referring preference is modified
Action: modify the referring preference
DRG-10750: unknown parameter string
Cause: Unrecognized parameter
Action: Specify correct parameter
DRG-10751: invalid value for parameter
Cause: Wrong data type or out of range
Action: Specify correct parameter value
DRG-10752: DEFAULT_INDEX_MEMORY cannot be greater than MAX_INDEX_MEMORY
Cause: You tried to set DEFAULT_INDEX_MEMORY to a value higher than the maximum set in MAX_INDEX_MEMORY
Action: Specify a lower value
DRG-10753: invalid memory size string string
Cause: You specified an incorrectly formatted memory string
Action: Specify a correctly formatted memory string
DRG-10754: memory size must be between string and string
Cause: You specified a memory size which is outside the allowed range
Action: Specify a memory size within the allowed range
DRG-10755: %(1)s and string have characters in common
Cause: the join character sets cannot have characters in common
Action: Correct the attribute values and resubmit
DRG-10756: neither text indexing nor theme indexing has been selected
Cause: INDEX_TEXT and INDEX_THEMES preferences both cannot be FALSE.
Action: Set either of INDEX_TEXT or INDEX_THEMES or both to TRUE.
DRG-10757: stoplist cannot have more than 4096 stopwords
Cause: a stoplist cannot have more than 4096 stopwords. This includes stopthemes.
Action: none required
DRG-10758: index owner does not have the privilege to use this preference
Cause: index owner does not have the role defined in FILE_DATATSTORE_ROLE
Action: grant index owner the appropriate role
DRG-10759: invalid role
Cause: the role does not exist in the database
Action: check the role name or create the role
DRG-10760: illegal format for procedure name
Cause: the procedure name specified is invalid. For instance, it may have a semicolon
Action: check the procedure name
DRG-10761: procedure string does not exist
Cause: the specified procedure could not be found
Action: check input. Try a fully-specified format such as OWNER.OBJECT
DRG-10762: index owner does not have access to procedure string
Cause: the index owner does not have execute privilege on the specified procedure
Action: grant index owner execute permission on the procedure
DRG-10800: query failed: stringstringstring
Cause: Failed to process the query
Action: Check the errors on stack and take appropriate action
DRG-10801: cannot create an SQE for another user
Cause: You tried to create an SQE for another user
Action: Remove owner from SQE name specification
DRG-10816: display/highlight call failed
Cause: See the next error on the stack.
Action: See the next error on the stack.
DRG-10817: CONTAINS term consists of stopword or phrase of stopwords: string
Cause: One or more terms within a CONTAINS query consist of just a stopword or a phrase of just stopwords
Action: Replace the stopword or use stopwords within phrases containing non-stopwords.
DRG-10819: could not open contains cursor
Cause: An error occurred while trying to open a contains cursor
Action: See accompanying error messages in the stack
DRG-10820: invalid contains cursor id
Cause: You tried to fetch or close a contains cursor with an id which does not exist.
Action: Review fetch or close invocation
DRG-10821: contains cursor is not open
Cause: You tried to fetch from a contains cursor which was not open.
Action: Open cursor first
DRG-10822: duplicate query name
Cause: You tried to create a stored query with a name already used.
Action: Use different name
DRG-10823: invalid query name
Cause: The query name specified is not valid
Action: Check the query name
DRG-10825: stored query does not exist: string
Cause: The specified stored query does not exist.
Action: Check the query name
DRG-10826: no document with the specified textkey is found
Cause: There is no document with the specified textkey.
Action: Check the textkey
DRG-10827: open_con must be performed before count_last
Cause: last_count returns hit from in-memory query,so an in-memory query must be run before you can use count_last
Action: execute open_con before run count_last
DRG-10828: token string is longer than maximum length for column string
Cause: A token to be inserted in the feedback table is longer than the maximum allowed column size.
Action: Modify the query, or the column size for feedback table, or feedback procedure arguments accordingly.
DRG-10829: feedback id string is longer than the maximum length of string bytes
Cause: Feedback id is longer than the maximum allowed length for the feedback_id column.
Action: Use a smaller feedback_id.
DRG-10830: SHARELEVEL is not 0 or 1
Cause: You specified a sharelevel which is not 0 or 1
Action: Use sharelevel equal to 0 or 1 only.
DRG-10831: can not insert into feedback table string
Cause: Not privileged to insert.
Action: Check privileges.
DRG-10832: can not delete from feedback table string
Cause: Not privileged to delete.
Action: Check privileges.
DRG-10833: feedback failed
Cause: Failed to process feedback request
Action: Check the errors on stack and take appropriate action
DRG-10834: upper-case form of section name string too long
Cause: upper-case form of the section name is longer then supported length
Action: reduce length of section name when adding section
DRG-10835: WITHIN operator not supported for theme index
Cause: WITHIN operator used in theme index query
Action: Rewrite query without WITHIN operator
DRG-10836: field section and attribute section can not be nested
Cause: A field section or a attribute section is specified in a nested section search
Action: Rewrite query without nested field sections
DRG-10837: section string does not exist
Cause: The given section name does not exist in USER_SECTIONS
Action: Rewrite query with valid section name
DRG-10838: invalid SPAN argument supplied to NEAR
Cause: An invalid value was supplied for SPAN argument to NEAR
Action: Provide a valid SPAN. Valid values are integers from 0 to 100.
DRG-10839: invalid ORDER argument supplied to NEAR
Cause: An invalid value was supplied for ORDER argument to NEAR
Action: Provide a valid ORDER. Valid values are T, TRUE, F, FALSE (case insensitive).
DRG-10840: CONTAINS predicate including 0 is not supported by FIRST_ROWS hint
Cause: User attempts to issue a query with CONTAINS predicate including 0 while giving FIRST_ROWS hint.
Action: remove FIRST_ROWS hint.
DRG-10841: invalid SCORE argument supplied to FUZZY
Cause: An invalid value was supplied for SCORE argument to FUZZY
Action: Provide a valid SCORE. Valid values are integers from 0 to 80.
DRG-10842: invalid NUMRESULTS argument supplied to FUZZY
Cause: An invalid value was supplied for NUMRESULTS argument to FUZZY
Action: Provide a valid NUMRESULTS. Valid values are integers from 0 to 5000.
DRG-10843: invalid WEIGHT argument supplied to FUZZY
Cause: An invalid value was supplied for WEIGHT argument to FUZZY
Action: Set WEIGHT to WEIGHT or NOWEIGHT.
DRG-10844: index cannot execute this structured predicate efficiently
Cause: You specified a combination of condition and order by columns in a catsearch query which cannot be executed by the index"s index set efficiently
Action: none
DRG-10845: column string is not indexed
Cause: You specified a column in a condition or order by which is not part of the ctxcat index
Action: none
DRG-10846: order by columns must be all ascending or all descending
Cause: You specified an order by clause which has some columns ascending and some descending. This is not currently supported by catsearch
Action: none
DRG-10847: catsearch requires prefix index for this type of queries
Cause: For efficient execution of this Vgram query we require presence of a prefix index.
Action: create a prefix index
DRG-10848: invalid structured clause
Cause: you have specified an invalid structured clause
Action: none
DRG-10849: catsearch does not support functional invocation
Cause: the query plan for your query is invoking a catsearch operator functionally rather than as an index rowsource. The catsearch operator does not support functional invocation
Action: add optimizer hints so that all catsearch operators are performed through index scans
DRG-10850: CTXRULE indextype does not support the operator
Cause: Used an operator not supported by CTXRULE. Currently it only supports AND, NEAR, phrase, NOT, WITHIN, OR, ABOUT, EQUIVALENCE, STEM and THESAURUS operators
Action: Rewrite query without this operator
DRG-10851: Invalid grammar string specified for query template
Cause: incorrect grammar specification
Action: Rewrite query specifying valid grammar name
DRG-10852: Invalid scoring type string specified for query template
Cause: incorrect scoring type specification
Action: Rewrite query specifying valid scoring type (integer/float)
DRG-10853: Catsearch does not support this operator
Cause: unsupported operator specified
Action: Rewrite query using valid operators
DRG-10854: Invalid scoring algorithm string specified for query template
DRG-10855: CTXRULE indextype does not support the token type
Cause: Unsupported VGRAM token type 1.
Action: none
DRG-10900: out of memory
Cause: can not allocate more memory
Action: Contact your system adminstrator
DRG-11000: invalid keyword string
Cause: A keyword was invalid.
Action: Respecify the parameter string with correct keyword
DRG-11001: missing keyword when expecting one of string
Cause: A keyword was missing.
Action: Respecify the parameter string with keyword
DRG-11002: missing value for string
Cause: A value for the argument was missing.
Action: Respecify the parameter string with value
DRG-11003: invalid value string for string
Cause: An invalid value was given for the argument
Action: Specify a valid value
DRG-11004: duplicate or conflicting value for string
Cause: More than one value has been specified for the argument
Action: Check parameter string and correct the problem parameter
DRG-11005: invalid create index parameter string
Cause: the supplied parameter string is not correct
Action: drop index and recreate index with correct parameters
DRG-11006: invalid alter index parameter string
Cause: The parameter string was invalid.
Action: Reissue the statement with the correct parameter string.
DRG-11007: multiple stopwords specified
Cause: Tried to add more than one stopword
Action: Specify one stopword at a time
DRG-11008: invalid create index partition parameter string
Cause: The parameter string was invalid
Action: drop index and recreate index with correct parameters
DRG-11100: unable to connect to the database
Cause: failed to connect to Oracle database
Action: check the Oracle error and connect string
DRG-11101: failed to open file string
Cause: failed to open a file
Action: check whether the file exist or access permission available
DRG-11102: assigned lexer can not operate on string language setting
Cause: Single byte lexer selected in multibyte language setting
Action: check RDBMS language setting or text columns lexer setting
DRG-11104: Oracle Text error:
Cause: See the next error on stack
Action: See the next error on stack
DRG-11106: user database session has terminated during this operation
Cause: this database session does not exist or has terminated
Action: determine why the user database session terminated while the operation was still being carried out.
DRG-11107: invalid path specification: string
Cause: the path specified is not valid
Action: check the path specification
DRG-11108: invalid filename specified: string
Cause: the filename specified is not valid
Action: check the filename for beginning or trailing spaces, invalid characters, or other such problems.
DRG-11109: assigned lexer does not support string query operator
Cause: This lexer does not support this query operator
Action: do not use the operator in your query
DRG-11111: value of string must be between string and string
Cause: You specified a value for the parameter which is out of range
Action: Specify a value which is in the allowed range
DRG-11112: length of string exceeds maximum of string
Cause: You specified a value for the parameter which is too long
Action: Specify a value which is less than or equal to the maximum length
DRG-11113: value of string must be one of string
Cause: You specified a value for the parameter which is invalid
Action: Specify a valid value for the parameter
DRG-11114: result table format is not correct for this operation
Cause: You specified a result table which has the wrong number, type, or names of columns for this operation.
Action: Check result table. Refer to the documentation for the correct format for each operation
DRG-11115: a value for string must be specified
Cause: You did not specify a value for the parameter
Action: Specify a value for the parameter
DRG-11116: value of string must be less than or equal to value of string
Cause: You specified values for the two parameters which are invalid
Action: Specify valid values for the parameters
DRG-11117: name is already used by an existing object
Cause: You tried to create an object whose name conflicts with an object of that type which already exists
Action: Specify a new name
DRG-11118: object string does not exist
Cause: You tried to modify or drop an object which does not exist
Action: Specify correct object name
DRG-11119: operation is not supported by this index type
Cause: You tried to invoke an operation on an index which is not supported by the index type
Action: none
DRG-11120: failed to write to file string
Cause: failed to write to a file
Action: check whether the file exist or access permission available
DRG-11121: failed to read from file string
Cause: failed to read from a file
Action: check whether the file exist or access permission available
DRG-11122: unsupported section group
Cause: unsupported section group is specified for functional contains
Action: change the section group to NULL_SECTION_GROUP
DRG-11123: theme indexing is not supported
Cause: theme indexing is on in the lexer preference for functional contains
Action: turn off theme indexing
DRG-11124: invalid value string
Cause: you specified an invalid value
Action: specify a valid value
DRG-11125: invalid format of existing log file string
Cause: the file specified by START_LOG already exists, and is not a previously written log file
Action: specify a new file, or remove the existing file
DRG-11126: context index is empty
Cause: the training table is empty or the context index of training table is not populated
Action: populate the training table or context index
DRG-11127: inconsistent index policy with trained rule
Cause: the ctxrule index policy is inconsistent with the policy in which the rule was trained
Action: change the ctxrule index policy
DRG-11128: invalid format of rule
Cause: the rule format is not valid for this operation
Action: check the rule type and operation type
DRG-11129: the rule table is empty
Cause: the rule table is empty
Action: populate the rule table by training
DRG-11130: no data found in the collection
Cause: feature preparation program can not find any feature in the specified collection
Action: check the setting for extracting features.
DRG-11131: Error from Oracle XML parser: string
Cause: The Oracle XML parser reported an error
Action: Check the document for the error, and fix if necessary
DRG-11132: Invalid character in logfile name
Cause: The logfile parameter to CTX_OUTPUT.START_LOG or CTX_OUTPUT.START_QUERY_LOG contains an invalid character (such as a forward slash)
Action: Remove the invalid character
DRG-11203: INSO filter not supported on this platform
Cause: You tried to use the INSO filter on a platform which does not support it
Action: Do not use the INSO filter
DRG-11204: user filter command is too long
Cause: The user filter command must be 32 characters or less
Action: Specify a shorted user filter command
DRG-11205: user filter command contains illegal characters
Cause: The user filter command cannot contain special characters such as slashes, parentheses, semicolons, etc.
Action: Correct command specification
DRG-11206: user filter command string could not be executed
Cause: The user filter command could not be executed.
Action: Check that the command exists in $ORACLE_HOME/ctx/bin, and that it is executable.
DRG-11207: user filter command exited with status string
Cause: The user filter command exited with the given error status.
Action: See any DRG-11220, DRG-11221, DRG-11222, DRG-11223, DRG-11224, DRG-11225, or DRG-11227 error message on the error stack otherwise see error status.
DRG-11208: ORACLE_HOME is not set
Cause: ORACLE_HOME is not set
Action: make sure ORACLE_HOME is set when running ctxsrv
DRG-11209: filename for string exceeds maximum length of string
Cause: Value of the file name is too long
Action: Specify a shorter filename
DRG-11210: format column must be a char, varchar, or varchar2 type
Cause: you specified a format column which is not a char, varchar, or varchar2 type.
Action: specify a format column of correct type
DRG-11211: charset column must be a char, varchar, or varchar2 type
Cause: you specified a charset column which is not a char, varchar, or varchar2 type.
Action: specify a charset column of correct type
DRG-11212: procedure filter procedure name contains a semicolon
Cause: the procedure name specified had a semicolon
Action: remove semicolon or rename procedure name. The correct format is PACKAGENAME.PROCEDURE_NAME
DRG-11213: CTXSYS does not own procedure filter stored procedure: string
Cause: CTXSYS does not have execute privilege to the procedure filter stored procedure
Action: make sure the package is owned by CTXSYS and the procedure exist
DRG-11214: execution of procedure filter stored procedure has failed
Cause: an error occur while executing the proedure filter stored procedure
Action: check or debug the stored procedure
DRG-11215: index owner does not have access to filter stored procedure: string
Cause: the index owner does not have execute privilege of the procedure
Action: CTXSYS to grant execute privilege of the procedure to index owner
DRG-11216: length of datastore data exceeds limit
Cause: the length of the datastore data passed to the filter stored procedure is longer than the maximum length (32767 bytes)
Action: check primary key parameter
DRG-11217: INSO safe callout failed
Cause: The INSO safe callout cannot be executed
Action: check the Oracle errpr
DRG-11218: malformed mail line, line string
Cause: The mail message has an error at the indicated line
Action: manually edit mail message, if possible
DRG-11219: malformed mail configuration file, line string
Cause: mail filter configuration file has an error at the indicated line
Action: manually edit mail filter configuration file, if possible
DRG-11220: Third-party filter is out of memory.
Cause: Third-party filter could not filter this document because it was unable to allocate sufficient virtual memory.
Action: Increase virtual memory provided by the Operating System and reindex this document.
DRG-11221: Third-party filter indicates this document is corrupted.
Cause: Third-party filter could not filter this document because this document is corrupted.
Action: Fix the corruption and reindex this document.
DRG-11222: Third-party filter does not support this known document format.
Cause: Third-party filter was able to recognize the format of this document but could not filter it because this format is not supported.
Action: Remove this document or specify it to be ignored.
DRG-11223: Third-party filter indicates this document is password protected or encrypted.
Cause: Third-party filter encountered a password protected or encrypted document and could not filter it because this level of password protection or encryption is not supported.
Action: Remove this document or specify it to be ignored.
DRG-11224: Third-party filter is unable to create or write to temporary file.
Cause: Third-party filter could not filter this document because it was unable to create a temporary file or unable to write to a temporary file.
Action: Make sure that the Operating System specified temporary directory has enough space and that the Operating System Oracle user has the privileges to create files in this temporary directory.
DRG-11225: Third-party filter timed out.
Cause: Third-party filter could not filter this document because the filter timed out.
Action: Increase the value of the TIMEOUT attribute of INSO_FILTER filter type and reindex this document. When TIMEOUT attribute is set to 0 and the session hangs then contact Oracle Support.
Cause: There was an error initializing the third-party filter.
Action: Check the following messages for details
DRG-11227: Third-party filter does not support this document format.
Cause: Third-party filter does not support the format of this document.
Action: Remove this document or specify it to be ignored.
DRG-11301: error while indexing document
Cause: An error was encountered while indexing the document. The error may have occurred during lexing, parsing for sections, or other
Action: review document and update with valid data. Note that the document contents may have been partially indexed, so it may be returned by some queries.
DRG-11303: secondary indexes are not supported by this indextype
Cause: You attempted to create an index on an index-organized table, but the indextype does not support this action.
Action: none
DRG-11304: function-based indexes are not supported by this indextype
Cause: You attempted to create a function-based index but the indextype does not support this action.
Action: none
DRG-11305: create/alter index string is in progress in another session
Cause: you attempted to mark the index from INPROGRESS to FAILURE but create/alter on the same index is in progress in another session
Action: none
DRG-11306: operation cannot be performed on a policy
Cause: you attempted to perform an operation on a policy, but the operation is only valid for an index.