OraStory

Result_cache blocking

November 12, 2008 · 1 Comment

Had a result_cache problem today.

If you didn’t know it already, DBA_HIST_ACTIVE_SESS_HISTORY is a real boon for getting a very good idea of a) when the problem started and b) how wide the impact was.

300 session were backing up on a latch free wait. Turns out the latch was the “Result Cache: Latch”.

The blocking session was doing a select from a view that used some result_cache function lookups.

The blocking session having been killed and given a couple of minutes to clean up, the blockage cleared in a instant.

Still trying to get to the bottom of the result cache issue – is there a serious result_cache flaw or have I just implemented it poorly?

Related info:

Categories: oracle · result cache

1 response so far ↓

Leave a Comment