Oracle Error ORA-25328: string argument size string is smaller than array size

Oracle Error Message

ORA-25328: string argument size string is smaller than array size

Reason for the Error

The size of the argument is smaller than the given array size.

Solution

Lower array size or use a larger sized input argument.