Hello,
I'm using the TOracleDataSet components in my application, i'm having a problem in the database with too many open cursors (often thousands per session). I understand you can use the CloseAll method to close these cursors, but after testing they remained open.
Only if the propery UseOCI7 is set to True this is working, but this setting cannot be used in the application because Net8 specific objects are used.
Some version info: using Oracle 9i, Delphi 5, DOA versie 3.4.6.4 (but also the latest version (Demo) changed nothing) and Oracle Net Client 9.2.
I have tried all solutions given in the forum, but nothing worked. Do you have any idea what could solve this problem? We don't want to raise the OPEN_CURSORS any higher.
I'm using the TOracleDataSet components in my application, i'm having a problem in the database with too many open cursors (often thousands per session). I understand you can use the CloseAll method to close these cursors, but after testing they remained open.
Only if the propery UseOCI7 is set to True this is working, but this setting cannot be used in the application because Net8 specific objects are used.
Some version info: using Oracle 9i, Delphi 5, DOA versie 3.4.6.4 (but also the latest version (Demo) changed nothing) and Oracle Net Client 9.2.
I have tried all solutions given in the forum, but nothing worked. Do you have any idea what could solve this problem? We don't want to raise the OPEN_CURSORS any higher.