How to close SYS_REFCURSOR from java after use???
A ref cursor would be closed as any other cursor in java: with ResultSet.close().