I ran into this “exception”: Agent has disabled full monitoring of this target. Only target Status is being monitored”:
After a couple of researches, I’ve found that this is a Bug and therefor I needed to follow Doc ID 2207479.1.
First you need to make sure that you’re patching the right ORACLE_HOME:
export ORACLE_HOME=/u01/app/oracle/product/agent12cR5/core/12.1.0.5.0 [server1 25104978]$ $ORACLE_HOME/OPatch/opatch lsinventory Oracle Interim Patch Installer version 11.1.0.10.4 Copyright (c) 2017, Oracle Corporation. All rights reserved. Oracle Home : /u01/app/oracle/product/agent12cR5/core/12.1.0.5.0 Central Inventory : /u01/app/oracle/oraInv from : /u01/app/oracle/product/agent12cR5/core/12.1.0.5.0/oraInst.loc OPatch version : 11.1.0.10.4 OUI version : 11.1.0.13.0 Log file location : /u01/app/oracle/product/agent12cR5/core/12.1.0.5.0/cfgtoollogs/opatch/opatch2017-02-14_13-44-41PM_1.log Lsinventory Output file location : /u01/app/oracle/product/agent12cR5/core/12.1.0.5.0/cfgtoollogs/opatch/lsinv/lsinventory2017-02-14_13-44-41PM.txt -------------------------------------------------------------------------------- Installed Top-level Products (1): EM Platform (Agent) 12.1.0.5.0 There are 1 products installed in this Oracle Home. Interim patches (3) : Patch 10203435 : applied on Thu Jun 11 00:41:03 GMT+00:00 2015 Unique Patch ID: 15915936.1 Created on 7 Feb 2013, 18:06:13 hrs PST8PDT Bugs fixed: 10203435 Patch 17591700 : applied on Thu Jun 11 00:41:01 GMT+00:00 2015 Unique Patch ID: 16995298 Created on 21 Nov 2013, 11:54:16 hrs PST8PDT Bugs fixed: 16479818, 6895422, 13583799 Patch 17018143 : applied on Thu Jun 11 00:40:56 GMT+00:00 2015 Unique Patch ID: 17273347 Created on 7 Feb 2014, 21:45:46 hrs UTC Bugs fixed: 17018143 -------------------------------------------------------------------------------- OPatch succeeded. $ORACLE_HOME/OPatch/opatch napply
And on EM repository, don’t forget to execute the following script:
[email protected]> @clean_event_bug25097559.sql cleaning up entries for seq id: ############################ clear_stateless_event code completed PL/SQL procedure successfully completed. Elapsed: 00:00:00.89 Commit complete. Elapsed: 00:00:00.01 [email protected]>