Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to Fetch More Than 10,000 Records in One Go on REST-Enabled Table Using ORDS - Need Help Increasing the Limit

Hargun SuriOct 1 2024

I have a table with 375,000 records and have enabled the REST API on this table using ORDS 24.1. My goal is to retrieve the records in batches of 50,000, but when I set the limit to 50,000 in the API request, it only returns a maximum of 10,000 records.

I tried creating a custom module in SQL Developer to modify this behaviour, but the limit resets to 10,000 whenever I save the module.

Is there a way to fetch more than 10,000 records in one go using ORDS?

Any advice or workarounds would be greatly appreciated!

This post has been answered by Julian Frey-CITE on Oct 1 2024
Jump to Answer
Comments
Post Details
Added on Oct 1 2024
3 comments
81 views