UPDATE_SUB_LEXER
Updates a sub-lexer and modifies its multi-lexer preference, language, or sub-lexer. You can also update default sub-lexers using this procedure. This procedure can be used in conjunction with the CTX_DDL.PREFERENCE_IMPLICIT_COMMIT variable.
See Also: “PREFERENCE_IMPLICIT_COMMIT” for information about setting this variable
Syntax
UPDATE_SUB_LEXER (
lexer_name IN VARCHAR2,
language IN VARCHAR2,
sub_lexer IN VARCHAR2
);
lexer_name
Specify the name of the multi-lexer preference that needs to be updated.
language
Specify the language name of the sub-lexer. Use DEFAULT for the default sub-lexers.
See ““language”” for information on how to specify the globalization support language name or abbreviation of the sub-lexer.
sub_lexer
Specify the name of the sub-lexer to use for this language.