Recent content by packwood

  1. P

    Oracle cursors still opened after DataSet.Close

    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...
  2. P

    TOraclePackage and Open Cursors

    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...
  3. P

    Oracle cursors still opened after DataSet.Close

    You must use the method closeall to close associated cursors on database.
Back
Top