Oracle detect connection lost

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cointec
Posts: 50
Joined: Fri 11 Dec 2015 11:02

Oracle detect connection lost

Post by cointec » Thu 19 May 2016 07:54

Hello, I'm having a problem detecting connection lost.
The problems raises in the second disconnection.

I have done the next steps:
1. I connect to the database
2. I kill the session
3. OnConnectionLost is fired and reconnected
4. I Kill the session again
5. OnconnectionLost is not fired, but beforeconnection and afterconnection is executed.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Oracle detect connection lost

Post by MaximG » Fri 20 May 2016 12:41

We have check functionality of UniDAC. Unfortunately, we couldn't reproduce the issue. Please compose a complete demo sample reproducing the issue, and send to maximg*devart*com

Post Reply