Oracle Financials · Rate Limits

Oracle Financials Rate Limits

Oracle Financials Cloud REST APIs (the Fusion Cloud Applications REST API family) do not publish per-second or per-minute rate-limit numbers. Throughput is governed by the underlying Fusion Applications service pod capacity, by row-batching limits on the bulk-data REST endpoints, and by Fusion Common's configurable session and concurrency settings. Customers experiencing throttling are directed to Oracle Support to raise capacity via a service request.

3 Limits
ERPFinancial ManagementOracle CloudRate LimitingSaaS

Limits

REST API Throughput tenancy
varies
bound by Fusion Applications service pod capacity
No public per-tenancy rate is published; throughput is governed by the underlying Fusion Applications pod and may be raised via an Oracle Support service request.
Bulk REST Page Size request
rows_per_request
500
Default Fusion REST API page size is 25 rows, configurable up to 500 via the limit query parameter for List operations.
REST Document Upload request
payload_size_bytes
see Fusion REST API guide
Document attachment endpoints enforce per-file size limits documented per resource.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter on 5xx responses; honor any Retry-After header when present.
Pagination
Use the limit and offset query parameters and follow self/next links rather than issuing parallel large List operations.
Capacity Adjustment
Sustained throughput requirements should be coordinated through Oracle Support; tenancies on dedicated pods can request capacity increases.
Bulk Data Patterns
For high-volume integrations prefer the BI Publisher bulk extract or File-Based Data Import (FBDI) over hitting transactional REST endpoints.

Sources