I am calling an oracle stored procedure through JDBC in a java application. This stored procedure returns a resultset as an out parameter, while getting the resultset parameter, jdbc is taking too much time about 5 to 6 mins. Here is the sample code i am using:
Can anybody help??
Thanks
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
What are you dealing with then within the Stored Procedure call?