ReconnectTries Parameter (Connect-OracleOci Cmdlet)
The number of reconnection attempts that are made after exceeding the maximum idle time for an initial connection attempt.
Syntax
Connect-OracleOci -ReconnectTries int
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 本製品 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 本製品 will not reattempt the connection if the initial attempt fails.