Saturday 21 September 2013

Remove Agent/targets from Oracle Enterprise Manager

Connect to the OEM Grid Repository and perform the following:



1. List all the registered targets

SQL> select target_name from mgmt_targets where target_type=’oracle_emd’;

2. Remove target from the list

SQL> exec mgmt_admin.cleanup_agent(‘target:3872′);

No comments:

Post a Comment