Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle session always active after application crash

user7955879Mar 6 2019

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

Comments

Post Details

Added on Mar 6 2019
0 comments
225 views