JDBC / ResultSet / Oracle / Stored Procedure
Does anyone have any example code for using Java's JDBC to access a result set from an Oracle stored procedure?
Everything I have seen so far on google talks about using REF CURSORS as a pointer to the result set in Oracle, and I can't seem to make sense of it...
Everything I have seen so far on google talks about using REF CURSORS as a pointer to the result set in Oracle, and I can't seem to make sense of it...
