28 DBMS_CLOUD_AI Views
The DBMS_CLOUD_AI package uses the following
views.
| View Name | Description |
|---|---|
| DBA_CLOUD_AI_PROFILES | Displays all AI profiles created in the current database so you can review and manage them. |
| USER_CLOUD_AI_PROFILES | Displays AI profiles created within your own schema so you can review and manage them. |
| DBA_CLOUD_AI_PROFILE_ATTRIBUTES | Displays configuration attributes for all AI profiles in the database to show how each profile behaves. |
| USER_CLOUD_AI_PROFILE_ATTRIBUTES | Displays configuration attributes for AI profiles created in your schema. |
| DBA_CLOUD_VECTOR _INDEXES | Lists all vector indexes created in the current database and shows their details. |
| USER_CLOUD_VECTOR _INDEXES | Lists vector indexes that you created in your schema. |
| DBA_CLOUD_VECTOR_INDEX_ATTRIBUTES | Displays attributes and configuration details for all vector indexes in the database. |
| USER_CLOUD_VECTOR_INDEX_ATTRIBUTES | Displays attributes for vector indexes created within your schema. |
| USER_CLOUD_AI_CONVERSATIONS | Shows details of AI conversations that occurred within your schema. |
| USER_CLOUD_AI_CONVERSATION_PROMPTS | Shows prompts and related details for each conversation in your schema. |
| AI_TRANSLATION_LANGUAGES | Displays available translation languages that Select AI Translation can use. |
Parent topic: Reference