Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


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



Action:


Change the application or command to use a correct identifier.

No comments:

Post a Comment

Thanks for your comment.