Question
Executestoredprocedure open cursor
I'm using Executestoredprocedure plugin in 21.3 version to execute stored procedure in Oracle database. The procedure using Cursor as out parameter to return select statement result.
I found out the open cursors are remaining open in database. Any thought to solve this issue?
