我正在从.NET应用程序调用存储过程. proc返回Varchar2类型的out参数.为了胎儿
ch out参数我将参数作为OracleParameter传递给命令:
ch out参数我将参数作为OracleParameter传递给命令:
parm12 = new OracleParameter("testkey",OracleDbType.Varchar2,out2,ParameterDirection.Output);
当我执行proc时,我收到一个错误
PL/sql: numeric or value error: character string buffer too small.