mode direct odac 9.3.8

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
delphi7
Posts: 15
Joined: Wed 12 Mar 2014 12:28

mode direct odac 9.3.8

Post by delphi7 » Mon 01 Dec 2014 11:32

hey,

it happen when i lose connection in my lan between oracle database and my application using direct mode.
i recieve this message:
N_60 ora-03113 : end -of-file on communication channel

is there away to reconnect automatically(establish automatically the connection) than to show this message.

thank you.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: mode direct odac 9.3.8

Post by AlexP » Mon 01 Dec 2014 12:17

Hello,

You can use the OnConnectionLost event, to reconnect: http://www.devart.com/odac/docs/index.h ... onlost.htm .

delphi7
Posts: 15
Joined: Wed 12 Mar 2014 12:28

Re: mode direct odac 9.3.8

Post by delphi7 » Mon 01 Dec 2014 13:57

Thank you Alex

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: mode direct odac 9.3.8

Post by AlexP » Tue 02 Dec 2014 05:36

If you have any further questions, feel free to contact us.

Post Reply