No COUNT STOPKEY in explain plan :- ROWNUM optimization Product :- Oracle Server (Rdbms) Range of versions believed to be affected:- 12.1 confirmed affected:- 1. 11.1.0.7 2. 10.2.0.4 Platforms affected:- all So i was doing explain plan for below SQL on database version 11.2.0.1.0 :- select * from test where rownum = 0; no rows selected Execution Plan ---------------------------------------------------------- Plan hash value: 1829668517 ------------------------------------------------------------------------------------- | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | ------------------------------------------------------------------------------------- | 0 | SELECT STATEMENT...