I have an Oracle table containing about 70000 records. The table is being displayed in a grid. Whenever a user selects all the records and then navigates to the end of the table the following behavior is observered.
On test machines with 512MB memory everything works fine. On the client machines which have about 64MB of memory, the user is given a message "Out of Memory" and the grid goes blank, apparently because the table is being deactivated. The user also notices that the mouse is very sluggish responding during this time.
Any idea what is causing this and how to fix it?
Thanks
On test machines with 512MB memory everything works fine. On the client machines which have about 64MB of memory, the user is given a message "Out of Memory" and the grid goes blank, apparently because the table is being deactivated. The user also notices that the mouse is very sluggish responding during this time.
Any idea what is causing this and how to fix it?
Thanks