Do Ref Cursors need to be explicitly closed?
Recently, du to some testing, the application has run out of cursors. It appears to be located in a section of code that uses reference cursors that are never explicitly closed. What is the best practice.. close the ref cursor after you are done with it or allow JDBC to close it?