Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
oracle_exadata_monitoring [2020/12/04 14:58] – andonovj | oracle_exadata_monitoring [2020/12/04 16:20] (current) – andonovj | ||
---|---|---|---|
Line 192: | Line 192: | ||
As you can see, the "Cell smart Table scan" takes the majority of the time. (2.59 seconds out of 2.80 seconds) | As you can see, the "Cell smart Table scan" takes the majority of the time. (2.59 seconds out of 2.80 seconds) | ||
+ | |||
+ | < | ||
+ | SQL> col event format a35 | ||
+ | SQL> select event, total_waits, | ||
+ | 2 time_waited/ | ||
+ | 3 from v$system_event where event like ' | ||
+ | |||
+ | EVENT | ||
+ | ----------------------------------- ----------- ---------- ------------- | ||
+ | cell smart table scan | ||
+ | cell statistics gather | ||
+ | cell smart file creation | ||
+ | cell single block physical read 13292 41.39 | ||
+ | cell multiblock physical read | ||
+ | cell list of blocks physical read | ||
+ | |||
+ | 6 rows selected. | ||
+ | |||
+ | Elapsed: 00:00:00.06 | ||
+ | SQL> | ||
+ | </ |