Oracle Solution for Error ora-02305

Solution for Oracle Error ORA-02305

ORA-02305: only EXECUTE, DEBUG, and UNDER privileges are valid for types

What triggered the Error:

An attempt was made to GRANT or REVOKE an invalid privilege (not EXECUTE, DEBUG, or UNDER) on a type.

What should we do to fix it:

GRANT or REVOKE only the EXECUTE, DEBUG, or UNDER privilege on types.