ReconnectTries
The number of reconnection attempts that are made after exceeding the maximum idle time for an initial connection attempt.
Data Type
int
Default Value
0
Remarks
When this connection property is set to a value above 0 and an initial attempt to connect to the Oracle OCI server fails (when an 'ORA-02396: exceeded maximum idle time' error is received from the server), the server automatically reattempts the connection the number of times specified. When this connection property is set to 0 (the default value) or a negative number, the server will not reattempt the connection if the initial attempt fails.