标题: ORA-23620: bind value size too large for PL [打印本页] 作者: admin 时间: 2016-9-1 11:56 标题: ORA-23620: bind value size too large for PL ORA-23620: bind value size too large for PL/SQL CALL operation Cause: In a PL/SQL CALL to astored procedure, the bind string size exceeded
4K. Action: Either make the bindstring size shorter (less than 4K) or use BEGIN-END
to call the procedure instead of CALL.