Hi All

Is there any way where I can send my output of the query in the bunch of records.
e.g.
I have a query "select * from emp" which returns 15000 rows and my java programmer has to take this output into XML file and parse it and display it (exact XML thing I dont know) However he found that XML size becomes too big and he cannot parse it earliest and that results in delayed display.
Now he wants to display first 500 and then next 500 record and like that. He wants that the query should reurn next 500 records like that.
He gives me example of google.com where output is given in groups. Can anyone give more information on this

Amol