Hi everyone,
I'm very new to
java and spring frame work, and i'm currently working on a java code enhancement program
.
And i'm having some trouble when calling the oracle package.
any help will be much appreciated ! thanks
Below is the error occurs:
the error occurs when the package is called,
the package name stored as below:
and the package is called by using simpleJdbcCall:
the package generates and return a set_nbr and the error occurs at this line:
i'm wondering is there anyway to write this variable :
String n_setNum = (String)sjc.executeFunction(Class.forName("java.lang.String"));
as Integer ?
because it is going to store in integer and call another class