15.1 Prerequisites for Using Select AI Agent Framework
Before you use Select AI Agent Framework, you must have privileges to
use the DBMS_CLOUD_AI_AGENT package and all other privileges that are
required for Select AI.
To use Select AI Agent Framework, you must have the following:
-
At least one agent team defined. See CREATE_AGENT Procedure.
-
Optionally, a
conversation_idis created to keep track of multi-turn context.
Topics
- Grant Privileges for Select AI Agent Framework
To use the Select AI Agent Framework, an administrator must grant the userEXECUTEprivilege on theDBMS_CLOUD_AI_AGENTpackage. By default, this privilege is available only to the system administrator.
Parent topic: Getting Started with Select AI Agent Framework
15.1.1 Grant Privileges for Select AI Agent Framework
To use the Select AI Agent Framework, an administrator must grant the
user EXECUTE privilege on the DBMS_CLOUD_AI_AGENT package.
By default, this privilege is available only to the system administrator.
Example of Privileges to Run Select AI Agent Framework
The following example grants the EXECUTE privilege to
ADB_USER:
GRANT EXECUTE on DBMS_CLOUD_AI_AGENT to ADB_USER;
See also Examples of Privileges to Run Select AI.
Parent topic: Prerequisites for Using Select AI Agent Framework