|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Split recordsby larsen (Parson) |
| on Feb 19, 2004 at 09:13 UTC ( #330178=note: print w/ replies, xml ) | Need Help?? |
|
I think the solution could be split in two parts: to paginate the results, you can use Data::Page. To fetch only the data you're interested to from Oracle, you have to implement a LIMIT mechanism, which isn't available in Oracle, AFAIK.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||