7.6.4.1 Grant Privileges for Select AI
To use Select AI, the administrator must grant the
EXECUTE privilege on the DBMS_CLOUD_AI package. Learn
about additional privileges required for Select AI and its features.
DBMS_CLOUD_AI:
-
Grant the
EXECUTEprivilege on theDBMS_CLOUD_AIpackage to the user who wants to use Select AI.By default, only the system administrator has
EXECUTEprivilege. The administrator can grantEXECUTEprivilege to other users. -
Grant
EXECUTEprivilege onDBMS_CLOUD_PIPELINEto the user who wants to use Select AI with RAG.Note:
If the user already has theDWROLErole, this privilege is included and additional grant is not required. -
Grant network ACL access to the user who wants to use Select AI and for the AI provider endpoint.
The system administrator can grant network ACL access. See APPEND_HOST_ACE Procedure for more information.
- Create a credential to enable access to your AI provider.
See CREATE_CREDENTIAL Procedure for more information.
-
Grant quotas in tablespace to manage the amount of space in a specific tablespace to the user who wants to use Select AI with RAG.
Parent topic: Perform Prerequisites for Select AI