WINDOW SORT
Hello,
here with enclosed the SQL statement and plan.. there I seen the below parameter taking too much time.
How I can reduce the execution time.
----------------------------------------------------------------------------------------------------------------------
| Id | Operation | Name | Rows | Bytes |TempSpc| Cost (%CPU)| Time |
----------------------------------------------------------------------------------------------------------------------
| 0 | SELECT STATEMENT | | 269K| 19M| | 6716 (1)| 00:01:21 |
| 1 | WINDOW SORT | | 269K| 19M| 21M| 6716 (1)| 00:01:21 |
Thanks in advance.