| ERROR | bind value size too large for PL/SQL CALL operation |
| CAUSE | In a PL/SQL CALL to a stored procedure, the bind string size exceeded 4K. |
| ACTION | Either make the bind string size shorter (less than 4K) or use BEGIN-END to call the procedure instead of CALL. |