By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
1 rows affected
1 rows affected
| POLY_OBJECTID |
|---|
| 1 |
| PLAN_TABLE_OUTPUT |
|---|
| Plan hash value: 709661397 |
| ------------------------------------------------------------------------------------- |
| | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | |
| ------------------------------------------------------------------------------------- |
| | 0 | SELECT STATEMENT | | 1 | 26 | 20 (70)| 00:00:01 | |
| |* 1 | VIEW | | 1 | 26 | 20 (70)| 00:00:01 | |
| |* 2 | WINDOW SORT PUSHED RANK| | 1 | 7671 | 20 (70)| 00:00:01 | |
| | 3 | NESTED LOOPS | | 1 | 7671 | 19 (69)| 00:00:01 | |
| | 4 | TABLE ACCESS FULL | POLYGONS | 1 | 3848 | 3 (0)| 00:00:01 | |
| |* 5 | TABLE ACCESS FULL | POINTS | 1 | 3823 | 16 (82)| 00:00:01 | |
| ------------------------------------------------------------------------------------- |
| Predicate Information (identified by operation id): |
| --------------------------------------------------- |
| 1 - filter("RN"=1) |
| 2 - filter(ROW_NUMBER() OVER ( PARTITION BY "POLY"."OBJECTID" ORDER BY |
| NULL )<=1) |
| 5 - filter("MDSYS"."SDO_ANYINTERACT"("POLY"."SHAPE","PNT"."SHAPE")='TRUE') |
| Note |
| ----- |
| - dynamic statistics used: dynamic sampling (level=2) |