Database Error Messages

ORA-28152

proxy user 'proxy_user_name' may not specify initial role 'role_name' on behalf of client 'client_user_name'
  • proxy_user_name: The name of the proxy user.
  • role_name: The name of the role.
  • client_user_name: The name of the client user.

Cause

A proxy user attempted to specify an initial role for a client, but the client does not possess the role.


Action

Change the proxy user so that it does not specify the role or grant the role to the client.