Logon Timeout in Delphi 5.0?

Hello everyone,

I would like to know if there is a why of catching/firing a timeout event when logging on an Oracle Session. I have tried using an OracleEvent component with the OnTimeOut event, however this event appears to be suspended while the logon handshake is taking place.

This is proving to be quite the interesting endeavour.

Thanks to all for your time.

Sincerely,

Gordon Cutts
 
I'm sure that Net8 has its own internal time-out concepts, which would of course lead to some TNS- or ORA- exception.

To implement an application level connection time-out, you would probably need to connect in a background thread, and somehow 'discard' it gracefully when the time-out occurs.

------------------
Marco Kalter
Allround Automations
 
Back
Top