As far as I have been able to demonstrate this appears to be the case. I have been monitoring v$open_cursor while debugging my application to monitor the opening (and closing) of cursors on the server. CloseAll will release the cursors for TOracleDataSet and Close will release the cursor for...
It seems that TOraclePackage does not free its open cursors after executing CallProcedure / CallFunction methods. Is there any method for closing the associated cursors like the TOracleQuery.Close or TOracleDataSet.CloseAll method? I have searched other threads regarding this topic - only...