ORA-48125: illegal identifier length, argn:string
, len:string, lim:stringWhat triggered the Error:
An input identifier was passed in that has a length that is greater than the max length.What should we do to fix it:
Make sure the input indentifier has a length that is less than the max length.