dbs/ora/_retry_sql_time: Time the system waits after an SQL error before retrying

Short text

Time the system waits after an SQL error before retrying

Parameter Description

If an SQL statement returns with an error contained in the list of parameter dbs/ora/_retry_on_sql_error, its execution will be retried automatically. With dbs/ora/_retry_sql_time, a waiting period of 0 up to 10s before retrying can be defined.
The time period has to be specified as a number in milliseconds (ms); the default value is 2000 (meaning 2 seconds).

Parameter Unit

ms

Default Value

2000

Values allowed

All numbers are valid. 0 means retry immediately.
If a negative number or no number value is specified, this will be changed automatically to the default 2000.
If a number >10000 is specified, it will be changed automatically to the maximum 10000.

You May Also Like

Leave a Reply?