LPX-00323: illegal apply-imports because of no current template: ~s

LPX-00323: illegal apply-imports because of no current template: ~s

Cause: apply-imports was used even when there was no current template possibly with in for-each.

Action: Make sure that apply-imports are invoked only if there is a current template and it is not in a xsl:for-each.

LPX-00322: A doc referred by XSLT stylesheet could not be opened : ~s

LPX-00322: A doc referred by XSLT stylesheet could not be opened : ~s

Cause: Either an import,include or document() function tried to open a document and failed.

Action: Make sure that document is present and can be opened.

LPX-00321: None of the output method (DOM, SAX, Stream) is selected

LPX-00321: None of the output method (DOM, SAX, Stream) is selected

Cause: User is trying to process an XML file with out selecting any mechanism for output.

Action: User must select one of the output mechanisms (SAX or DOM or Stream) before attempting to process the XML file.

LPX-00320: No more attributes can be added to a non empty element

LPX-00320: No more attributes can be added to a non empty element

Cause: The element to which an attribute was being added is non empty and hence can not add anymore attributes to it.

Action: Modify the XSLT stylesheet so that all the attributes are added to an element before anything else is added to it. If you absolutely can not do that then select your output method to be DOM based rather then a stream or SAX based output which you are using presently.

LPX-00319: The node specified is not valid

LPX-00319: The node specified is not valid

Cause: The node specified is not of expected type.

Action: Use only the nodes of legal type.

LPX-00318: duplicate xsl:decimal-format ~S

LPX-00318: duplicate xsl:decimal-format ~S

Cause: The named decimal-format was declared more than once.

Action: Make sure there is only a single declaration.

LPX-00317: undefined decimal-format ~S

LPX-00317: undefined decimal-format ~S

Cause: The named decimal-format is undefined (the name #default means the default format).

Action: Define the desired decimal-format before trying to use it.

LPX-00316: invalid value ~S for ~S attribute ~S

LPX-00316: invalid value ~S for ~S attribute ~S

Cause: The value for the specified attribute is invalid.

Action: Consult the XSL spec, use only legal values.

LPX-00315: extension function ~S not supported

LPX-00315: extension function ~S not supported

Cause: This extension function is not supported.

Action: Either contact appropriate developer for more information or don t use this extension function.

LPX-00314: an internal failure occurred

LPX-00314: an internal failure occurred

Cause: An internal error occurred in the code.

Action: Contact appropriate developer.

LPX-00313: cannot construct XML comment with content: ~S

LPX-00313: cannot construct XML comment with content: ~S

Cause: The content of XML comment node might be invalid.

Action: Make necessary changes to make the node valid according to spec.

LPX-00312: cannot construct XML PI with content: ~S

LPX-00312: cannot construct XML PI with content: ~S

Cause: The content of XML PI node might be invalid.

Action: Make necessary changes to make the node valid according to spec.

LPX-00311: unsupported feature: ~s

LPX-00311: unsupported feature: ~s

Cause: This feature is not supported.

Action: Do not use this feature.

LPX-00310: element ~S not found in ~S

LPX-00310: element ~S not found in ~S

Cause: The expected element is not found.

Action: Check the initialization function LpxsutInitXpathCtx().

LPX-00309: cannot initialize XPATH

LPX-00309: cannot initialize XPATH

Cause: XPATH context could not be initialized.

Action: Check the initialization function LpxsutInitXpathCtx().

LPX-00308: attribute ~S not found in ~S

LPX-00308: attribute ~S not found in ~S

Cause: The expected attribute for this node is not found.

Action: Need to add this attribute to the node.

LPX-00307: namespace prefix ~S used but not declared

LPX-00307: namespace prefix ~S used but not declared

Cause: Namespace prefix is used but not declared.

Action: Either declare the namespace or don t use this namespace prefix.

LPX-00306: inputed string ended with no corresponding closing }

LPX-00306: inputed string ended with no corresponding closing }

Cause: A closing } is expected.

Action: Add the closing } to the input string or remove the extra opening { .

LPX-00305: missing token

LPX-00305: missing token

Cause: An expected token is not found.

Action: Check the input string to make sure the expected token is present.

LPX-00304: input parameter to function is null

LPX-00304: input parameter to function is null

Cause: An input parameter passed into this function is null when it is not supposed to.

Action: Make sure the caller function is not passing null for this parameter.

LPX-00303: attribute value ~S not expected for ~S

LPX-00303: attribute value ~S not expected for ~S

Cause: Attribute is found but its value is not the expected value.

Action: Set the attribute value to the correct value.

LPX-00302: Incorrect stylesheet. The node is not valid.

LPX-00302: Incorrect stylesheet. The node is not valid.

Cause: The child node is of invalid type or has invalid name for this particular location in stylesheet, rendering the stylesheet as invalid XSLT.

Action: Fix the stylesheet by using valid nodes only.

LPX-00301: error in XPATH evaluation

LPX-00301: error in XPATH evaluation

Cause: The XPATH evaluation returns an error.

Action: Check specified XPATH expression to determine the error.

LPX-00300: no name in attribute set

LPX-00300: no name in attribute set

Cause: The name attribute was not found in the attribute-set element.

Action: Add a name attribute for this element.

LPX-00286: Exceeded max depth for recursion

LPX-00286: Exceeded max depth for recursion

Cause: The depth of embedded elements in the document exceeded the limit of 2,000

Action: Correct the document.

LPX-00285: invalid Unicode surrogate ~X ~X

LPX-00285: invalid Unicode surrogate ~X ~X

Cause: A Unicode document contained an invalid surrogate. If the first (high) surrogate is in the correct range 0xD800 to 0xDBFF, then the second (low) surrogate must be in the range 0xDC00 to 0xDFFF.

Action: Correct the document.

LPX-00284: namespace prefix to NULL URI is not allowed

LPX-00284: namespace prefix to NULL URI is not allowed

Cause: An element s namespace prefix declarations was for a NULL URI, e.g. lamp;lt;lamp;nbsp;foo xmlns:bar= or lamp;gt; This is illegal presently in XML 1.0, but will be legal in XML 1.1

Action: Remove erroneous prefix definition.

LPX-00283: document encoding is ~s-based but default input encoding is not

LPX-00283: document encoding is ~s-based but default input encoding is not

Cause: The input document was detected to be ASCII (or EBCDIC) based, but no encoding was specified in the XMLDecl and the default input coding was not ASCII (or EBCDIC) based, so could not be applied.

Action: Add an explicit encoding specification to the XMLDecl so the default input encoding is not needed, or pick a default encoding which matches the input document.

DRG-13311: USER_LEXER stored procedure name contains a semicolon

DRG-13311: USER_LEXER stored procedure name contains a semicolon

Cause: the procedure name contains a semicolon character

Action: remove semicolon from procedure name or rename stored procedure

DRG-13310: index owner does not have EXECUTE privilege on USER_LEXER stored procedure string

DRG-13310: index owner does not have EXECUTE privilege on USER_LEXER stored procedure string

Cause: user CTXSYS did not grant EXECUTE privilege on USER_LEXER stored procedure to the index owner

Action: user CTXSYS grant EXECUTE privilege on USER_LEXER stored procedure to index owner

DRG-13309: operation not supported by USER_LEXER

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

DRG-13308: query operator ABOUT not supported by USER_LEXER

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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

DRG-13300: document size bigger than string bytes

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

DRG-13201: KOREAN_LEXER is desupported

DRG-13201: KOREAN_LEXER is desupported

Cause: Using lexer type KOREAN_LEXER which is desupported.

Action: Use lexer type KOREAN_MORPH_LEXER instead.

DRG-13200: failed to load dictionary file string

DRG-13200: failed to load dictionary file string

Cause: failed to load a dictionary file

Action: check whether the dictionary file exists in $ORACE_ HOME or ctx or data or kolx or access permission is available

DRG-13104: indexes do not have equivalent settings for string

DRG-13104: indexes do not have equivalent settings for string

Cause: you attempted to perform an exchange partition including indexes, but the specified metadata setting is not equivalent across the two indexes, so the data cannot be exchanged

Action: specify EXCLUDING INDEXES on the exchange partition, then manually rebuild the indexes.

DRG-13103: index table string is partitioned

DRG-13103: index table string is partitioned

Cause: you attempted to perform an exchange partition including indexes, but one or more of the internal index tables are partitioned.

Action: specify EXCLUDING INDEXES on the exchange partition, then manually rebuild the indexes.

DRG-13102: index partition name must be specified

DRG-13102: index partition name must be specified

Cause: you attempted to invoke a partition-level operation on a partitioned index but did not specify the partition name

Action: none

DRG-13101: partition string does not exist in this index

DRG-13101: partition string does not exist in this index

Cause: you specified a partition name which does not exist

Action: specify correct partition name

DRG-13100: index is not partitioned

DRG-13100: index is not partitioned

Cause: you attempted to invoke a partition-level operation on an index which is not partitioned

Action: invoke appropriate index-level operation

DRG-13012: language column must be a char, varchar, or varchar2 type

DRG-13012: language column must be a char, varchar, or varchar2 type

Cause: you specified a language column which is not a char, varchar, or varchar2 type.

Action: specify a language column of correct type

DRG-13011: language column must be specified when using the multi lexer

DRG-13011: language column must be specified when using the multi lexer

Cause: you tried to create an index using a multi lexer preference, but you did not specify a language column

Action: specify a language column

DRG-13010: alt_value is already used by another sub lexer

DRG-13010: alt_value is already used by another sub lexer

Cause: you tried to specify an alt value which is already in use by another sub lexer in the lexer preference

Action: specify a different alt value

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

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

Cause: you tried to use a multi lexer preference which does not have a DEFAULT sub lexer defined

Action: add a DEFAULT sub lexer to the multi lexer preference and retry

DRG-13008: cannot remove the DEFAULT sub lexer

DRG-13008: cannot remove the DEFAULT sub lexer

Cause: you tried to remove the DEFAULT sub lexer

Action: none

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

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

Cause: you tried to define an alternate value for the DEFAULT sub lexer

Action: none

DRG-13006: sub lexer for this language is not defined

DRG-13006: sub lexer for this language is not defined

Cause: you tried to remove a sub lexer for a language, but no sub lexer was defined for that language

Action: none

DRG-13005: alt_value cannot be an NLS language name

DRG-13005: alt_value cannot be an NLS language name

Cause: you specified an NLS language name as the alt value

Action: specify a non-NLS value

DRG-13004: language is invalid

DRG-13004: language is invalid

Cause: you specified an invalid language for the sub lexer or stopword

Action: specify a valid language --see NLS Support Guide for a list of valid languages

DRG-13003: preference string cannot be used as a sub lexer

DRG-13003: preference string cannot be used as a sub lexer

Cause: you specified a preference for sub lexer which is not a lexer, or is a multi-lingual lexer

Action: specify a sub lexer which is not a multi-lingual lexer

DRG-13002: preference string is not a MULTI_LEXER

DRG-13002: preference string is not a MULTI_LEXER

Cause: you tried to add a sub lexer to a lexer preference which cannot accept sub lexers. Only multi-lingual lexers can accept sub lexers.

Action: specify a multi lingual lexer

DRG-11211: charset column must be a char, varchar, or varchar2 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-11210: format column must be a char, varchar, or varchar2 type

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