Oracle Error ORA-01948: identifier’s name length (string) exceeds maximum (string)

Oracle Error Message

ORA-01948: identifier’s name length (string) exceeds maximum (string)

Reason for the Error

A name has been specified that is too long. For example, dbms_session.is_role_enabled() specifies a role name that is too long.

Solution

Change the application or command to use a correct identifier.