Search
The query below presents execution patterns of 5 top SQL statements, grouped by the day of the week for the last week. SELECT TRIM(TO_CHAR(sample_time, ‘DAY’)) AS sample_day, SUM(CASE W…
From byte-way.comIn the “SQL statistics” section of an Oracle AWR report, both SQL and PL/SQL are listed. This results in the double-counting SQL statements executed within PL/SQL blocks. For example, a resource-in…
From byte-way.comOracle’s Active Session History (ASH) is a powerful performance diagnostic tool that enables real-time and historical analysis of session-level activity. However, one common question DBAs and perfo…
From byte-way.comWithout an Oracle Diagnostics Pack license, using AWR and ASH is illegal, even with an Enterprise Edition license. To ensure compliance with Oracle’s licensing requirements and prevent avoid uninte…
From byte-way.comIt’s important to recognize that a license for Oracle Database Enterprise Edition does not automatically grant access to Automatic Workload Repository (AWR) and Active Session History (ASH). These …
From byte-way.comDeducing individual runtime of specific SQL statements using ASH Identifying culprit SQL for transient slowdowns. Finding outlier executions for a specific SQL Identifying Culprit SQL for Transient…
From byte-way.com

