Oracle E-Business Suite · Rate Limits

Oracle E Business Suite Rate Limits

Oracle E-Business Suite REST and SOAP throughput is governed by the underlying Oracle WebLogic Server thread pools, Database Resource Manager, and Integrated SOA Gateway settings. Customers tune these per environment. Standard 503 / 429 handling applies when fronted by a cloud gateway or load balancer.

3 Limits Throttle: 429
ERPBusiness ApplicationsOracleRate Limiting

Limits

WebLogic thread pool managed-server
concurrent_threads
configured per environment
Integrated SOA Gateway services gateway
varies
per-service WS configuration
Database Resource Manager database/consumer-group
varies
operator-defined consumer groups

Policies

WebLogic tuning
Size work managers, max threads, and JDBC connection pools to match expected concurrency.
ISG governance
Use Integrated SOA Gateway (ISG) to deploy SOAP/REST services; apply admin throttling via Oracle API Gateway / OCI API Gateway in front of EBS.
Backoff
Honor 503 / 429 from upstream gateways; for EBS-specific errors, follow application-level retry guidance.

Sources