Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ASH emergency flush

829206Apr 4 2012 — edited Apr 4 2012
Hello all,

We recently created a 11g database on Red Hat Linux 5 and are currently bechmarking our ETLs. I'm noticing the following message in the alert log quite often.

"Active Session History (ASH) performed an emergency flush"

I looked it up on metalink and the recommendation is to increase "_ash_size".

Listed below is the size on our server. Its 134 MB.

select total_size,awr_flush_emergency_count from v$ash_info;

TOTAL_SIZE AWR_FLUSH_EMERGENCY_COUNT
---------------------- -------------------------
134217728 20


Have you encountered this issue? Has anyone bumped up the size of the hidden parameter "_ash_size" to resolve this issue. I normally try to avoid setting hidden parameters as much as possible.

Thanks for your time.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2012
Added on Apr 4 2012
1 comment
934 views