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

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

Cause: the specified stop word already exists

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

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

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

Cause: the specified Stop Sord does not exist

Action: check that the Stop Word is valid

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

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

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

Action: see the accompanying Oracle error and take appropriate action

DRG-12504: stoplist string does not exist

DRG-12504: stoplist string does not exist

Cause: the specified stop list does not exist

Action: check that the Stop List is valid

DRG-12503: error while creating or dropping stoplist

DRG-12503: error while creating or dropping stoplist

Cause: detect an Oracle error while creating Stop List

Action: see the accompanying Oracle error and take appropriate action

DRG-12502: cannot modify stoplists owned by other users

DRG-12502: cannot modify stoplists owned by other users

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

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

DRG-12501: null stoplist is not allowed

DRG-12501: null stoplist is not allowed

Cause: the specified stop list is null

Action: mustspecify a valid stop list

DRG-12500: stoplist string already exists

DRG-12500: stoplist string already exists

Cause: the specified stop list already exists

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

DRG-12441: counting the number of highlights failed

DRG-12441: counting the number of highlights failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12440: document table read failed

DRG-12440: document table read failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12439: highlight table read failed

DRG-12439: highlight table read failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12438: document table release failed

DRG-12438: document table release failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12437: highlight table release failed

DRG-12437: highlight table release failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12436: document table allocation failed

DRG-12436: document table allocation failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-12435: highlight table allocation failed

DRG-12435: highlight table allocation failed

Cause: See the following messages.

Action: Contact the administrator.

DRG-11100: unable to connect to the database

DRG-11100: unable to connect to the database

Cause: failed to connect to Oracle database

Action: check the Oracle error and connect string

DRG-11008: invalid create index partition parameter string

DRG-11008: invalid create index partition parameter string

Cause: The parameter string was invalid

Action: drop index and recreate index with correct parameters

DRG-11007: multiple stopwords specified

DRG-11007: multiple stopwords specified

Cause: Tried to add more than one stopword

Action: Specify one stopword at a time

DRG-11006: invalid alter index parameter string

DRG-11006: invalid alter index parameter string

Cause: The parameter string was invalid.

Action: Reissue the statement with the correct parameter string.

DRG-11005: invalid create index parameter string

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-11004: duplicate or conflicting value for string

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-11003: invalid value string for string

DRG-11003: invalid value string for string

Cause: An invalid value was given for the argument

Action: Specify a valid value

DRG-11002: missing value for string

DRG-11002: missing value for string

Cause: A value for the argument was missing.

Action: Respecify the parameter string with value

DRG-11001: missing keyword when expecting one of string

DRG-11001: missing keyword when expecting one of string

Cause: A keyword was missing.

Action: Respecify the parameter string with keyword

DRG-11000: invalid keyword string

DRG-11000: invalid keyword string

Cause: A keyword was invalid.

Action: Respecify the parameter string with correct keyword

DRG-10900: out of memory

DRG-10900: out of memory

Cause: can not allocate more memory

Action: Contact your system adminstrator

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

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

Cause: Unsupported VGRAM token type 1.

Action: none

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

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

Cause: incorrect scoring algorithm specification

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

DRG-10853: Catsearch does not support this operator

DRG-10853: Catsearch does not support this operator

Cause: unsupported operator specified

Action: Rewrite query using valid operators

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

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

Cause: incorrect scoring type specification

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

DRG-10851: Invalid grammar string specified for query template

DRG-10851: Invalid grammar string specified for query template

Cause: incorrect grammar specification

Action: Rewrite query specifying valid grammar name

DRG-10850: CTXRULE indextype does not support the operator

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-10849: catsearch does not support functional invocation

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-10848: invalid structured clause

DRG-10848: invalid structured clause

Cause: you have specified an invalid structured clause

Action: none

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

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-10846: order by columns must be all ascending or all descending

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-10845: column string is not indexed

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-10844: index cannot execute this structured predicate efficiently

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-10843: invalid WEIGHT argument supplied to FUZZY

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-10842: invalid NUMRESULTS argument supplied to FUZZY

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-10841: invalid SCORE argument supplied to FUZZY

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-10840: CONTAINS predicate including 0 is not supported by FIRST_ROWS hint

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-10839: invalid ORDER argument supplied to NEAR

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-10838: invalid SPAN argument supplied to NEAR

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-10837: section string does not exist

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-10836: field section and attribute section can not be nested

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-10835: WITHIN operator not supported for theme index

DRG-10835: WITHIN operator not supported for theme index

Cause: WITHIN operator used in theme index query

Action: Rewrite query without WITHIN operator

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

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-10833: feedback failed

DRG-10833: feedback failed

Cause: Failed to process feedback request

Action: Check the errors on stack and take appropriate action

DRG-10832: can not delete from feedback table string

DRG-10832: can not delete from feedback table string

Cause: Not privileged to delete.

Action: Check privileges.

DRG-10831: can not insert into feedback table string

DRG-10831: can not insert into feedback table string

Cause: Not privileged to insert.

Action: Check privileges.

DRG-10830: SHARELEVEL is not 0 or 1

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-10829: feedback id string is longer than the maximum length of string bytes

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-10828: token string is longer than maximum length for column string

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.

LSX-00273: invalid character ~c in base64-encoded binary

LSX-00273: invalid character ~c in base64-encoded binary

Cause: Data of base64Binary type has invalid characters.

Action: Remove illegal characters.

LSX-00272: BASE64-encoded binary grouped improperly (not 4 s)

LSX-00272: BASE64-encoded binary grouped improperly (not 4 s)

Cause: Number of digits is not a multiple of four.

Action: Add missing digits as appropriate.

LSX-00271: invalid character ~c in hex-encoded binary

LSX-00271: invalid character ~c in hex-encoded binary

Cause: Data of hexBinary type has invalid characters.

Action: Remove illegal characters.

LSX-00270: hex-encoded binary has odd length

LSX-00270: hex-encoded binary has odd length

Cause: Data of hexBinary type has odd number of digits.

Action: Add missing digits as appropriate.

LSX-00266: missing required attribute ~S

LSX-00266: missing required attribute ~S

Cause: A required attribute is missing.

Action: Add the required attribute.

LSX-00265: attribute ~1S value ~2S is wrong (must be ~3S )

LSX-00265: attribute ~1S value ~2S is wrong (must be ~3S )

Cause: Attribute has a value other than its fixed value.

Action: Use fixed value as its value.