DRG-13201: KOREAN_LEXER is desupported
Cause: Using lexer type KOREAN_LEXER which is desupported
Action: Use lexer type KOREAN_MORPH_LEXER instead
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
Cause: failed to load a dictionary file
Action: check whether the dictionary file exists in $ORACE_HOME/ctx/data/kolx or access permission is available
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
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
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
Cause: you specified a partition name which does not exist
Action: specify correct partition name
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
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
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
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