Oracle Error ORA-48125: illegal identifier length, argn:string, len:string, lim:string

Oracle Error Message

ORA-48125: illegal identifier length, argn:string, len:string, lim:string

Reason for the Error

An input identifier was passed in that has a length that is greater than the max length.

Solution

Make sure the input indentifier has a length that is less than the max length.