Sudden Increase of ASH Data Without Any Additional Database Activities
(Doc ID 2786239.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.2 and laterInformation in this document applies to any platform.
Goal
- It is possible that ASH data increased suddenly without any clear reason:
For example,
select dbid, to_char(sample_time, 'YYYYMMDD') sample_date, count(*)
from WRH$_ACTIVE_SESSION_HISTORY
group by dbid, to_char(sample_time, 'YYYYMMDD')
order by dbid, to_char(sample_time, 'YYYYMMDD');DBID SAMPLE_DATE COUNT(*)
---------- ------------- ----------
...........................................
2846234058 20210615 2246
2846234058 20210616 2500
2846234058 20210617 3120
2846234058 20210618 1612062 <<#### Sudden increase
2846234058 20210619 4530658Why and how to fix it?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |