java.sql.SQLException: ORA-06502: PL/SQL: 数字或值错误 :  字符到数值的转换错误我参数已经试过很多次了,问题依旧在java中的调用是   ProParameters hmr = new ProParameters();
hmr.addPara(ProParameterType.VARCHAR2, ProParameter.SIGN_IN, "2006");
hmr.addPara(ProParameterType.VARCHAR2, ProParameter.SIGN_IN, "%");
hmr.addPara(ProParameterType.VARCHAR2, ProParameter.SIGN_IN, "%");
hmr.addPara(ProParameterType.INT, ProParameter.SIGN_IN, 0);
hmr.addPara(ProParameterType.INT, ProParameter.SIGN_IN, 0);
hmr.addPara(ProParameterType.CURSOR, ProParameter.SIGN_OUT, null);
它就是一直报错,急,麻烦高手解决一下,多谢