Oracle Solution for Error ora-28184

Solution for Oracle Error ORA-28184

ORA-28184: global user cannot have proxy permissions managed in the directory

What triggered the Error:

e client name specified was a global user.

What should we do to fix it:

e ALTER USER to change the type of user (from IDENTIFIED GLOBALLY to something else, such as IDENTIFIED BY password or IDENTIFIED EXTERNALLY).