Page 1 of 1

Ora-3113 end-of-file on communication channel

Posted: Fri 11 May 2012 17:23
by kurtbilde
Hi,

I have set the ConnecttionLost event to:

RetryMode := rmReconnectExecute;

, but I still got the Ora-3113... Is there another apoach to prevent Ora-3113?

-Kurt

Re: Ora-3113 end-of-file on communication channel

Posted: Mon 14 May 2012 09:43
by AlexP
Hello,

To activate the onConnecttionLost event, you also should enable the LocalFailover option. In this case, when connection is lost, an attempt to reconnect will occur. This error will occur when running the program from the IDE even when there is the onConnecttionLost handler (if the Stop On Delphi Exceptions option is disabled). When running the *.exe file, there will be no error.