ORA-06579: Bind variable not big enough to hold the output value
What triggered the Error:
The bind variable specified by the user is not large enough to hold the output returned by the function or a procedure.What should we do to fix it:
Specify a bind variable of larger size.