Database Error Messages

ORA-65030

cannot grant a privilege commonly to a local user or role

Cause

A GRANT statement was issued specifying CONTAINER=ALL and naming a local user or role as a grantee, which is illegal.


Action

If trying to grant a privilege locally, remove CONTAINER=ALL from the GRANT statement. If trying to grant a privilege commonly, remove local users and roles from the list of grantees.