-
1. Re: How to set metric collection schedule in OEM 11g ?
Ian Baugaard Jun 24, 2019 1:23 PM (in response to 2648552)Hi,
I honestly cannot remember how this was done on OEM 11g, been on OEM 12 since 2012 and then 13.2 for the past 3 years!
This is the default enterprise manager that we got with the database.
Database Version: Oracle 11.2.0.4 EE, RAC
As for the statement above, are you referring to the full fledged Grid Control product or Database Control?
Either way, perhaps the "Accessing Metrics Using the Grid Control Console" section from the documentation can set you on your way to finding the answer.
Hope this helps
Ian
-
2. Re: How to set metric collection schedule in OEM 11g ?
2648552 Jun 24, 2019 7:09 PM (in response to Ian Baugaard)Hi,
Thanks for the reply. I will check the doc.
Can we add a collection schedule on OEM 13c?
-
3. Re: How to set metric collection schedule in OEM 11g ?
Ian Baugaard Jun 25, 2019 7:17 AM (in response to 2648552)Hi,
Monitoring templates are your friend in this case. Here's a video on the Oracle Learning Library's YouTube channel.
Hope this helps
Ian
-
4. Re: How to set metric collection schedule in OEM 11g ?
JVG Sudhakar - Oracle-Oracle Jun 26, 2019 1:51 PM (in response to 2648552)You can find the navigation in 12c/13c releases as follow
Targets > Databases > [select target database link]
> Click on Database drop down menu > monitoring > Metric & Collection Settings > Other Collected Items
Search for 'Tablespaces' and verify its collection Schedule
We can see the status here, if its 'disabled' state, metrics were not showing in console for target database.
Click on disabled and select the 'Enabled' button to enable the metric, select the required collection frequency details
Click 'Continue' to save the changes
And from Target EM Agent side, below command will tell you the collection frequency as well.
/emctl status agent scheduler | grep -i tbsp
Thanks,
Sudhakar