--http://viralpatel.net/blogs/oracle-pagination-using-rownum-limiting-result-set/ select * from ( select a.*, rownum rnum from ( select * from the_owner.x where IDENTIFIER='1' and source = 'x' order by 1) a )...