![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
|||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1529808.1 : Database Not Generating ASH Reports
In this Document
Created from <SR 3-6704940351>
Applies to:Exadata Database Machine X2-2 Full Rack - Version All Versions to All Versions [Release All Releases]Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.3 [Release 11.2] Information in this document applies to any platform. SymptomsRunning ashrpt fails with following error: declare
* ERROR at line 1: ORA-20200: No ASH samples exist for Database/Instance 221894972/1 ORA-06512: at line 39
* statistics_level parameter is set to TYPICAL * AWR reports (both instance level and RAC level) are getting generated properly and we can see the accurate data in the reports.
Looking at the underlying tables: SQL> select count(*) from SYS.WRH$_ACTIVE_SESSION_HISTORY;
ChangesPossible changes to the AWR settings/Parameters CauseTrying to collect ashdump as follows: SQL> oradebug setmypid
Trace file shows the following: *** 2013-02-05 05:03:18.236
SolutionReset the parameter "_ash_enable" as follows: alter system set "_ash_enable"=false;
After this ASH report will not have the problem. Attachments This solution has no attachment |
|||||||||||||||||||
|