Reputation: 891
How to close SYS_REFCURSOR from java after use???
Upvotes: 1
Views: 1810
Reputation: 67762
A ref cursor would be closed as any other cursor in java: with ResultSet.close().
Upvotes: 4