Hi all,
I am developing a simple ADF application with JDeveloper 12.1.3 .
I am executing a viewObject to display records in af:table with pagination. There are From-date and To-Date parameters to search records.
There are millions of records in database table which is queried in ViewObject.
When I execute this viewObject then I am getting OutOfmemory exception in logs. To solve this issue I follow ViewObject tunning approch as follows.
Instead of Scrolling I used Range Paging Increamental for Access Mode and set range size.
This approach is working when date range is small (i.e. if records are less) but when date range is big then it is giving me same OutOfMemory Exception.
Kindly help me in this.
Thanks
