Provides event data for the OnHAEvent event.
Namespace: CNClrLib.ADONet.OracleEventArgs
TObject
CNClrLib.ADONet.OracleEventArgs.TOracleHAEventArgs
|
Delphi
|
type
TOracleHAEventArgs = class
end;
|
|
Name
|
Description
|

|
DatabaseDomainName
|
Specifies the domain name of the database affected by the HAevent.
|

|
DatabaseName
|
Specifies the database affected by the HAevent.
|

|
DrainTimeout
|
Indicates the number of seconds allowed for resource draining to be completed during a planned outage.
|

|
HostName
|
Specifies the host that triggered the event.
|

|
InstanceName
|
Specifies the instance that triggered the event.
|

|
Reason
|
Specifies the reason for which the HA event was sent by the server.
|

|
ServiceName
|
Specifies the service that triggered the event.
|

|
Source
|
Specifies the source that triggered the event.
|

|
Status
|
Specifies the status of the source that triggered the event.
|

|
Time
|
Specifies the time when the event was triggered on the server.
|
Top
|