Category Archives: DRG Database Error Messages

DRG-13309: operation not supported by USER_LEXER

oracle

DRG-13309: operation not supported by USER_LEXER
Cause: USER_LEXER does not support this operation
Action: stop the operation or use alternate lexer type

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13308: query operator ABOUT not supported by USER_LEXER

oracle

DRG-13308: query operator ABOUT not supported by USER_LEXER
Cause: the query contains an ABOUT operator while using USER_LEXER lexer type
Action: remove ABOUT operator from query or use lexer type other than USER_LEXER

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13307: ‘off’=string and ‘len’=string references character past end-of-file of string character document, at line string

oracle

DRG-13307: 'off'=string and 'len'=string references character past end-of-file of string character document, at line string 
Cause: value of 'off' attribute plus value of 'len' attribute is greater than the number of characters in the document
Action: modify user-defined lexer index procedure to return valid values for 'off' and 'len' attributes

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13306: ‘len’ attribute value must be in the range string..string, at line string

oracle

DRG-13306: 'len' attribute value must be in the range string..string, at line string
Cause: value of 'len' attribute does not meet the supported range
Action: modify user-defined lexer index procedure to return valid value for 'len' attribute

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13305: ‘off’ attribute value must be in the range string..string, at line string

oracle

DRG-13305: 'off' attribute value must be in the range string..string, at line string
Cause: value of 'off' attribute does not meet the supported range
Action: modify user-defined lexer index procedure to return valid value for 'off' attribute

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13304: character referenced by wildcard attribute is not a wildcard character, at line string

oracle

DRG-13304: character referenced by wildcard attribute is not a wildcard character, at line string
Cause: The wildcard attribute value specified the offset of a wildcard character. The character at the specified offset is neither the '%' character nor the '_' character
Action: Modify user-defined lexer query procedure

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13303: value of wildcard offset must be in the range string..string, at line string

oracle

DRG-13303: value of wildcard offset must be in the range string..string, at line string
Cause: value of pre-normalized wildcard offset or post-normalized wildcard offset specified as value for the wildcard attribute does not meet the supported range
Action: modify user-defined lexer query procedure to return valid value for wildcard offset

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13302: number of wildcard offsets must be in the range string..string, at line string

oracle

DRG-13302: number of wildcard offsets must be in the range string..string, at line string
Cause: number of wildcard offsets specified as value for the wildcard attribute does not meet the supported range
Action: modify user-defined lexer query procedure to return valid number of wildcard offsets

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13301: syntax error in token data when expecting string, at line string

oracle

DRG-13301: syntax error in token data when expecting string, at line string
Cause: token data returned by the user-defined lexer procedure is incorrect
Action: modify user-defined lexer procedure to return expected data

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-13300: document size bigger than string bytes

oracle

DRG-13300: document size bigger than string bytes
Cause: size of the document being indexed is larger than the maximum supported size for the VARCHAR2 interface of stored procedure
Action: use the CLOB interface for the stored procedure

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/