|
hi, when i execute pl/sql procedure with IN and OUT parameter in UNIX then: the IN is working fine but the OUT give me error. the error of the execution: SQLException when calling JDBCConnection.callProcedure(). java.sql.SQLException: Parameter 7 not set; Wrong number of parameters.
|