Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-26989

Cannot grant XStream privileges. The procedure GRANT_ADMIN_PRIVILEGE is disabled.

Cause

An attempt was made to grant privileges for using XStream by calling the DBMS_XSTREAM_AUTH.GRANT_ADMIN_PRIVILEGE procedure. Starting with Oracle Database release 23ai, the procedure has been disabled and replaced by roles.


Action

Grant the corresponding XStream roles: XSTREAM_CAPTURE role for using the XStream Out APIs. XSTREAM_APPLY role for using the XStream In APIs.