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 insight was to switch to OCI7 - but this does not work either...
Is the TOraclePackage just an encapsulation of the TOracleQuery? Does it offer any other benefits besides the conversion of booleans and access to package global variables?
Thanks for any help!
Is the TOraclePackage just an encapsulation of the TOracleQuery? Does it offer any other benefits besides the conversion of booleans and access to package global variables?
Thanks for any help!