ReconnectTries Parameter (Connect-OracleOci Cmdlet)
The number of retry to connect server when a maximum idle time exceeded error is reported by server.
Syntax
Connect-OracleOci -ReconnectTries int
Data Type
int
Default Value
0
Remarks
Setting this value will allow the cmdlet to autmotically reconnect if an 'ORA-02396: exceeded maximum idle time' error is received from the server. The default value the ReconnectTries property is set to 0 meaning the request will not be retried.