About CTX_ANL Package Procedures
The CTX_ANL PL/SQL package is used with AUTO_LEXER and provides procedures for adding and dropping a custom dictionary from the lexer. A custom dictionary might be one that you develop for a special field of study or for your industry. In most cases, the dictionaries supplied with Oracle Text are more than sufficient to handle your requirements.
See Also: “AUTO_LEXER” for a discussion of AUTO_LEXER and supported languages
The CTX_ANL package contains the following stored procedures.
| Name | Description |
|---|---|
| ADD_DICTIONARY | Adds a custom dictionary to the lexer. |
| DROP_DICTIONARY | Drops a custom dictionary from the lexer. |
Note:
Only the CTXSYS user can use the procedures in CTX_ANL.
The APIs in the CTX_ANL package do not support identifiers that are prefixed with the schema or the owner name.