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!

ADF Table - Fetching Data keeps appearing when scrolling through Table Data

716012Dec 17 2009 — edited Jan 18 2013
Hi Guys,

I am new to ADF and JDeveloper and I am a bit stuck. My JDeveloper version is 11.1.1.2.0

I have created a table on my page using a View Object based on an Entity. There are 62 rows in the table. When I run my page, it says fetching data. Once this is done I can see the data in my table. However, when I scroll down to see the rest of the data, it says fetching data again for every time i want to see one more piece of data in the table so scrolling through the table to see every thing takes a long time.

I have tried to change this in the View Objects settings under the heading Tuning. I set the object to retrieve all rows from the database at once and changed the Access Mode to Range Paging to be able to see the results on more than one page to limit the amount of data brought back from the database at once to make it easier for the user to see. None of these settings however are doing anything. The table still doesnt bring back all rows at once and I still get the fetching data message.

Can anyone help me with this?

Thanks
-Mark

Edited by: mark.william on Dec 17, 2009 7:26 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2013
Added on Dec 17 2009
9 comments
7,134 views