RESUMABLE_TIMEOUT

Default: 7200 seconds (2 hours)

Purpose

The RESUMABLE_TIMEOUT parameter specifies the time period, in seconds, during which an error must be fixed.

Syntax and Description

RESUMABLE_TIMEOUT=n

If the error is not fixed within the timeout period, then execution of the statement is terminated, without finishing.

Restrictions

  • This parameter is ignored unless the RESUMABLE parameter is set to TRUE to enable resumable space allocation.

Example

The following example specifies that errors must be fixed within ten minutes (600 seconds).

RESUMABLE_TIMEOUT=600