BI Publisher (MOSC)

MOSC Banner

Custom BI publisher/nformation publisher report

edited May 2, 2019 5:01AM in BI Publisher (MOSC) 7 commentsAnswered

Hi,

i am trying to create a report from OEM which will have the weekly average cpu/memory utilization of multiple servers of target type host in a single page. I am trying to utilize the information publisher and BI publisher with the below query but I am not getting any success.

SELECT mmd.target_name,

mmd.metric_label,

mmd.column_label,

MIN(mmd.collection_timestamp)"From Date",

MAX(mmd.collection_timestamp)"To Date",

AVG(mmd.value)

FROM mgmt$metric_details mmd

WHERE mmd.target_name IN(

'<Target Name01>',

'<Target Name02>',

'<Target Name03>'

)AND mmd.target_type = 'host' AND mmd.column_label IN(

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