Managing Databases using Enterprise Manager (MOSC)

MOSC Banner

Create Custom Reports in GC 11g

edited May 21, 2012 3:23AM in Managing Databases using Enterprise Manager (MOSC) 1 commentAnswered
Hi,

I am new to this community, but do have some years of dba experience. However, GridControl always causes me headaches :-)

This time I am trying to create a custom report for some trending of various elements, amongst them the Buffer Cache Hit Ratio.

Assume I want to list the above ratio for the last 24 hours, i use this statement:

SELECT  target_name as Name,

           d.collection_timestamp,

           value

           FROM

           mgmt$metric_details d

           WHERE

           -- M.TARGET_GUID=HEXTORAW(??EMIP_BIND_TARGET_GUID??) AND

           (D.TARGET_NAME LIKE '%my_target_name1%')   AND

               d.metric_column in ('bufcachehit_pct')

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center