Oracle Solution for Error ora-28168

Solution for Oracle Error ORA-28168

ORA-28168: attempted to grant password-protected role

What triggered the Error:

ALTER USER ... GRANT CONNECT command was attempted specifying a role that is protected by a password as a role which the proxy may execute on behalf of a client.

What should we do to fix it:

ther specify a role that does not have a password or alter the role so that a password is not required.