In This Topic
Allows dotConnect for Oracle to proactively remove connections to corresponding Oracle Real Application Clusters (RAC) database service, service member, instance, or node from the pool when this service, service member, instance, or node goes down.
Syntax
'Declaration
Public Property HAEvents As Boolean
public bool HAEvents {get; set;}
Property Value
If
true, the connections to Oracle Real Application Clusters (RAC) database services, service members, instances, or nodes that went down will be proactively removed from the pool. The default value is
false.
See Also