System Monitoring Plugins and Connectors (MOSC)

MOSC Banner

OEM Queries

Hi Team,


We are preparing the queries for OEM Equivalent Oracle, Please can you help on the below query write in OEM.


SELECT instance.instance_name || '.' || database.name as db_instance, REPLACE(LOWER(metric.metric_name),' ','_') as monitor, round(metric.value,2) as oracle_db_buffer_cache from v$database database, gv$instance instance, gv$metric metric where metric.con_id = 0 and metric.group_id = 2 and (metric.metric_name = 'Buffer Cache Hit Ratio') and instance.inst_id=metric.inst_id


And also provide equivalent views for OEM FOR below views.

gv$metric 

v$sysstat

gv$resource_limit

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