30 DBMS_CLOUD_AI_AGENT Views
The DBMS_CLOUD_AI_AGENT package uses the following
views.
| View Name | Description |
|---|---|
| DBA_AI_AGENTS | Displays all agents created by users in the current database. |
| DBA_AI_AGENTS_ATTRIBUTES | Displays attributes for all agents created by users in the database. |
| USER_AI_AGENTS | Displays details of agents created in your schema. |
| USER_AI_AGENTS_ATTRIBUTES | Displays attributes of agents created by the current user in their schema. |
| DBA_AI_AGENT_TOOLS | Displays all tools created by users in the database. |
| DBA_AI_AGENT_TOOL_ATTRIBUTES | Displays attributes for all tools created by users in the database. |
| USER_AI_AGENT_TOOLS | Displays details of tools created by the current user in their schema. |
| USER_AI_AGENT_TOOL_ATTRIBUTES | Displays attributes of tools created by the current user in their schema. |
| DBA_AI_AGENT_TASK | Displays all tasks created by users in the current database. |
| DBA_AI_AGENT_TASK_ATTRIBUTES | Displays attributes for all tasks created by users in the database. |
| USER_AI_AGENTS | Displays details of tasks created by the current user in their schema. |
| USER_AI_AGENT_TASK_ATTRIBUTES | Displays attributes of tasks created by the current user in their schema. |
| DBA_AI_AGENT_TEAMS | Displays all agent teams created by users in the database. |
| DBA_AI_AGENT_TEAM_ATTRIBUTES | Displays attributes for all agent teams created by users in the database. |
| USER_AI_AGENT_TEAMS | Displays details of agent teams created by the current user in their schema. |
| USER_AI_AGENT_TEAM_ATTRIBUTES | Displays attributes of agent teams created by the current user in their schema. |
| DBMS_CLOUD_AI_AGENT History | Groups the agent history views into team, task, and tool history categories for monitoring and analysis. |
| View Name | Description |
|---|---|
| DBA_AI_AGENT_TEAM_HISTORY | Displays all agent team runs across the system, including team names, run states, timestamps, and errors. |
| USER_AI_AGENT_TEAM_HISTORY | Displays all agent team runs for teams owned by the current user, including run states and execution details. |
| DBA_AI_AGENT_TASK_HISTORY | Displays task-level parameters and results within agent teams across the database for all users. |
| USER_AI_AGENT_TASK_HISTORY | Displays task parameters, inputs, and results for agent teams owned by the current user. |
| DBA_AI_AGENT_TOOL_HISTORY | Displays all tool calls across the database, including inputs, outputs, and diagnostic messages. |
| USER_AI_AGENT_TOOL_HISTORY | Displays tool call details, inputs, and outputs for tools owned by the current user. |
Parent topic: Reference