I am trying to call a procedure defined with a PL/SQL package in a Java program.
I am aware one can call stored procedures using in JDBC. But there is very little information out there on how to call a procedure within a package.
Could some one point me to an example online.
I am at a stage in development where i am still considering what db framework to use. Just wondering what are the pros and cons of using JDBC for PLSQL ? For this usecase are there better alternatives to JDBC ?