Hello
I use Oracle.ManagedDataAccess.dll (V4.121.2.0) on my applications C#.
Sometimes I encounter a lock problem in an application (which runs on TSE).
In this case, my application crash. Unfortunately the client's session remains active on the server Oracle and keeps the locks active.
the TSE sessions is closed and I can still see the locks of the user in the base.
With the unmanaged DLL, when my application crashed, all the locks were released.
Is there any way with the managed DLL to terminate the Oracle session when the associated application is no longer running (to release any locks posed by the application) ?
Thanks
DT