with t as ( select rownum fila, object_name from user_objects order by object_name ) select * from t where fila between 1 and 10