标题: ORA-06537: OUT bind variable bound to an IN position [打印本页] 作者: admin 时间: 2016-7-26 17:05 标题: ORA-06537: OUT bind variable bound to an IN position ORA-06537: OUT bindvariable bound to an IN position Cause: Theprogram attempted to bind an OUT bind variable to a statement that
was expecting an IN bind variable at that position. Action: Makesure that an IN or IN OUT bind mode is specified for the bind
argument.