This Type is used for the TOraSession.OnFailover event.
Unit
Ora
Syntax
TFailoverEvent = procedure (Sender: TObject; FailoverState: TFailoverState; FailoverType: TFailoverType; var Retry: boolean) of object;
Parameters
Sender
An object that raised the event.
FailoverState
The failover state.
FailoverType
The type of failover.
Retry
True, if performing of the failover should be retried.