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:

Topics

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;