| Plan hash value: 1231656364 |
| |
| ------------------------------------------------------------------------------ |
| | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | |
| ------------------------------------------------------------------------------ |
| | 0 | SELECT STATEMENT | | 1 | 20 | 2 (0)| 00:00:01 | |
| |* 1 | COUNT STOPKEY | | | | | | |
| |* 2 | TABLE ACCESS FULL| MYTABLE | 1000 | 20000 | 2 (0)| 00:00:01 | |
| ------------------------------------------------------------------------------ |
| |
| Predicate Information (identified by operation id): |
| --------------------------------------------------- |
| |
| 1 - filter(ROWNUM=1) |
| 2 - filter("NAME" IS NOT NULL AND "NAME" LIKE '%next%') |
| |
| Note |
| ----- |
| - dynamic sampling used for this statement (level=2) |