Please use the menu bar to navigate through around 400 RAC / Linux / Virtualbox / Java EE articles !
RAC Wait Events Summary
GC Current Block 2-Way/3-Way
For a Current Block in read mode a KPJUERPR ( Protected Read ) lock is requested
Wait event can occur for READ and WRITE activities
If accessing a locally mastered block on the local instance no GCS lock is needed ( FG can access this block without any GCS support – Affinity locking )
Excessive waits for gc current block are either related to inefficient QEP leading to nummerous block visits or application affinity not being in play
Busy events indicate that LMS needs to perform add. work before sending a block ( like apply Redo to build CR block )
GC Buffer Busy Acquire/Release
For RHS index growth you see GC Buffer Busy Acquire/Release and GC Buffer Busy events and gc current request for the same block
If the block is on instance 1 all other sessions from instance 1 are waiting on gc buffer busy aquire whereas sessions on the other instances are waiting on gc buffer busy release
Always monitor GV$session P1,P2,P3 to get detail information about what blocks are used
It will be more helpful if update with solution