SET_TRANSFER_TIMEOUT is used to set the maximum timeout for HTTP data transfer.
Note
This system package is introduced in V4.4.1 and later.
Syntax
UTL_HTTP.SET_TRANSFER_TIMEOUT (
timeout IN PLS_INTEGER DEFAULT 60);
Parameters
| Parameter | Description |
|---|---|
| timeout | The maximum timeout, in seconds. |