Is it possible to call the procedures and functions that are
inside packages from JDBC ?????
I have a package pack1 which has a procedure pro1....
CallableStatement cs = con.prepareCall(" begin pack1.proc1(); end;");
if this is possible then I should be able to call the default oracle
packages
as well....
such as dbms_ from jdbc....