Oracle Error ORA-06579: Bind variable not big enough to hold the output value

Oracle Error Message

ORA-06579: Bind variable not big enough to hold the output value

Reason for the Error

The bind variable specified by the user is not large enough to hold the output returned by the function or a procedure.

Solution

Specify a bind variable of larger size.