Database Error Messages

ORA-65299

cannot grant a privilege to multiple users or roles or revoke a privilege from multiple users or roles

Cause

A GRANT or REVOKE statement was issued specifying more than one user or role in a pluggable database (PDB), which is not allowed.


Action

If trying to grant or revoke a privilege in a PDB, specify only one user or role at a time in the GRANT or REVOKE statement.