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
Ora-3113 end-of-file on communication channel
Re: Ora-3113 end-of-file on communication channel
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.
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.