Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java JDBC, invalid column index, calling stored proc

user545194Dec 5 2014 — edited Dec 7 2014

Hi, I created a Java JDBC class file that calls a PLSQL stored procedure. The procedure works in the database, however when calling the proc. through the Java class the following message appears, "invalid column index". What is this referring to? The resultset? Column names? Number of columns? The procedure has 4 IN parameters and a ref cursor OUT parameter. Since all of our business logic is packed in PLSQL packages, we need to know and solve the above. Help greatly appreciated.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2015
Added on Dec 5 2014
1 comment
3,283 views