Automatic Restart on Connection or Timeout Errors

If the Datapump application fails with a connection or timeout error, the [JadeRps] section of the JADE initialization file provides the following parameters to automatically restart the Datapump application.

[JadeRps]
AutoRestartOnError=true
AutoRestartRetryLimit=10
AutoRestartDelay=10

The AutoRestartOnError parameter specifies whether or not the Datapump application will be automatically restarted after a connection or timeout error. The default value is false. If the AutoRestartOnError parameter is set to true, the AutoRestartRetryLimit parameter specifies the number of retries (the default value is 10) and the AutoRestartDelay parameter specifies the number of seconds to wait between retries (the default value is 10). See also "Restarting the Datapump Application", later in this chapter.

The following ODBC error states define connection or timeout errors that trigger the automatic restart (if the value of the AutoRestartOnError parameter is true).

ODBC Error Number Description
08001 Unable to establish connection
08004 Server rejected the connection
08007 Connection failure during transaction
08S01 Communication link failure
HYT00 Timeout expired
HYT01 Connection timeout expired.