Skip to Main Content

SQL & PL/SQL

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!

Interconnect queries which shows cluster query along with GRD(global resource directory) view

Nishant Ranjan3 days ago

My requirement is to find the cluster and Which blocks are HOT

Which blocks move the fastest across interconnect

Which instance/node requests the most blocks and

Which SQL query is responsible for the highest level of blocking?

I have been asked to find out by interconnect queries and through GRD views…i search and find out GV$BH which is block header view

  • Data blocks currently in the buffer cache

  • Which object (table/index) the block belongs to

  • The status of the block (e.g., free, dirty, pinned, etc.)

  • Which instance holds the block (important in RAC)

    My requirement is to the find out which sql is causing cluster clulprit ,but no direct joins with GRD view which shows sql as a culprit for clusters wait.

    which all interconnect queries gives details about clusters and which sql is impacting blocks more.

Comments
Post Details
Added 3 days ago
1 comment
64 views