Oracle Error Message
ORA-29496: Parameter [string] is null or its value length exceeds the maximum limit [string]
Reason for the Error
The input argument was null, or it exceeded the maximum length limit.
Solution
Make sure that the argument is not null, and its length is within the limit.