Firdavs Toshev
Firdavs Toshev
Hi, I also encounter the error when reading from an uninitialized REF CURSOR. If the connection is returned to the pool after this, further use of the connection will result...
@sijms I have version v2.8.24. When is the update coming out?
Thank you for fixing this issue! I’ve upgraded to version 2.9.0 and now I’m seeing ORA-01001. However, the session is returned to the pool and stays valid, so it can...
I’ve encountered another issue now: when a procedure returns OUT parameters in addition to an empty cursor, the other OUT parameters are not being populated if the cursor is empty....
In my procedure, I return several OUT parameters along with a REF CURSOR (see code snippet below). Previously, when the REF CURSOR was empty, the other OUT parameters (ClientName, InfoForOldProducts,...