GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQHow to retrive last page without querying for row count.
We have a requirement of pagination where the page size is 1000.
we need to provide an option of first, next, prev, last to the user.
As suggested in this forum we can use rownum to achieve first, next and prev as follows
pagesize = 1000
foprm...
Sponsored Links
Read Next: Tuning sql with bind variables
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
