Hello Support,
Implicit Result Set using DBMS_SQL.RETURN_RESULT, how to close the REF CURSOR passed to this function?
Shown below is a snippet from User Manual where no mention of CLOSE_CURSOR function.
Is it that Oracle closes automatically because the underlying structure is Implicit Cursor and there will be no Cursor leak ever?
Best Regards