Oracle Error Message
ORA-28184: global user cannot have proxy permissions managed in the directory
Reason for the Error
The client name specified was a global user.
Solution
Use ALTER USER to change the type of user (from IDENTIFIED GLOBALLY to something else, such as IDENTIFIED BY password or IDENTIFIED EXTERNALLY).