enabling database metric Efficiency causes a date error
edited Sep 27, 2013 11:05PM in Managing Databases using Enterprise Manager (MOSC) 2 commentsAnswered
Navigate to the database home page. Monitoring - All Metrics
Navigate to Efficiency. Modify the collection schedule and enable the metric.
if you here after navigate to Efficieny, you may get the following error:
Row(1): Supplied date is in the future : now = Fri Sep 27 13:09:13 CEST 2013 supplied value = Fri Sep 27 13:09:20 CEST 2013
oracle.sysman.emSDK.emd.comm.MetricGetException: Row(1): Supplied date is in the future : now = Fri Sep 27 13:09:13 CEST 2013 supplied value = Fri Sep 27 13:09:20 CEST 2013
Solution: /emctl stop agent; emctl clearstate agent; emctl start agent
EM version: 12.1.0.2
0