Skip to Main Content

Java Development Tools

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!

oracle.jbo.RowLimitExceededWarning: JBO-25089: Too many matching records found. Specify additional c

3931828Jul 1 2019 — edited Jul 2 2019

Getting Error "oracle.jbo.RowLimitExceededWarning: JBO-25089: Too many matching records found. Specify additional criteria to limit the number of records.".

Jdev version: 11.1.1.9.0.

We have global Row fetch limit 500 rows for VO's....Is there any configuration which will override this limit for particular VO and we can scroll till the end.

Tuing Configuration for view accessor:

Only upto row number : 10

in a batch of : 50

As needed : Checked

Access Mode: Range paging

Range size: 50.

Error screenshot.PNG

Error on the server log :

Too many matching records found. Specify additional criteria to limit the number of records.>

oracle.jbo.RowLimitExceededWarning: JBO-25089: Too many matching records found. Specify additional criteria to limit the number of records.

Config screenshot:

pastedImage_4.png

Thanks,

Rahul

Comments
Post Details
Added on Jul 1 2019
5 comments
758 views