Handling errors faced while Generating Oracle Awr report / Awr snapshots
Considering we were facing lot of issues related to awr snapshots and awr report thought of documenting known troubleshooting and known fix Known Issues : Issue 1 ) Generating AWR report Hangs on 'Control File Sequential Read Solution :: alter session set "_hash_join_enabled"=true as per Doc Id : 2045523.1 Issue 2) AWR snaoshot hangs with enq: WF - contention Solution 1: As per Doc ID 2695000.1 Kill the MMON child processes and the MMON process for the instance that is not generating AWR reports so that it is restarted by the database. ps -ef|grep ora_m0 ps -ef|grep _mmon_ Solution 2 : Gather stats on these 3 tables and check the manual report generation again . If possible try gathering fixed objects stats SQL> exec dbms_stats.gather_table_stats('SYS', 'X$KEWRSQLIDTAB'); SQL> exec dbms_stats.gather_table_stats('SYS', 'X$KEWRTSQLP...