|
-
First, I dont think rowunm > N will work.
If you have given rownum < 100 then oracle fetches upto 100 and stops. You can find out this by doing explain plan of the sql statement(COUNT (STOPKEY)).
The read from the table is based on the DB block. It might fetch upto say 150 rows and return 100 rows out of it.
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|