I am trying to call a stored procedure from
java using
JDBC. The stored procedure is having table type out parameter.
The Stored procedure is,
and created the type like,
When I run my jave class I get an SQLException,
java.sql.SQLException: invalid name
pattern: pranaka.pre_hook_out_list
I tried going through existing forums, but did not get an answer to my current problem. Please help