Configure HTTP Retry Behavior for DBMS_CLOUD.SEND_REQUEST
- Services: Autonomous Database Serverless
- Release Date: August 05, 2026
You can configure HTTP retry behavior for individual DBMS_CLOUD.SEND_REQUEST calls by using the optional retry_params parameter. The retry_params JSON object lets you disable retries, limit retry attempts, set a total retry timeout, and configure exponential backoff delays. This helps you control request duration and reduce pressure on temporarily unavailable endpoints, especially for scheduled jobs and batch workloads. The setting applies only to failures that DBMS_CLOUD already treats as retryable.
See SEND_REQUEST Function and Procedure for more information.