Text Processing Views
These views display language-specific data (abbreviation token details) and vocabulary data related to the Oracle AI Vector Search SQL and PL/SQL utilities.
- ALL_VECTOR_ABBREV_TOKENS
TheALL_VECTOR_ABBREV_TOKENS
view displays a list of abbreviation tokens from all supported languages. - ALL_VECTOR_LANG
TheALL_VECTOR_LANG
view displays a list of all supported languages, distributed by default. - DBA_VECTOR_HITCOUNTS
TheDBA_VECTOR_HITCOUNTS
view tracks calls to third parties for observability. - USER_VECTOR_ABBREV_TOKENS
TheUSER_VECTOR_ABBREV_TOKENS
view displays a list of abbreviation tokens from all languages loaded by the current user. - USER_VECTOR_HITCOUNTS
TheUSER_VECTOR_HITCOUNTS
view tracks calls to third parties for observability for the current user. - USER_VECTOR_LANG
TheUSER_VECTOR_LANG
view displays all languages loaded by the current user. - USER_VECTOR_VOCAB
TheUSER_VECTOR_VOCAB
view displays all custom token vocabularies created by the current user. - USER_VECTOR_VOCAB_TOKENS
TheUSER_VECTOR_VOCAB_TOKENS
view displays tokens from all custom token vocabularies created by the current user. - ALL_VECTOR_VOCAB
TheALL_VECTOR_VOCAB
view displays all custom token vocabularies. - ALL_VECTOR_VOCAB_TOKENS
TheALL_VECTOR_VOCAB_TOKENS
view displays tokens from all custom token vocabularies.
Related Topics
Parent topic: Oracle AI Vector Search Views