Showing posts with label Oracle Cloud Control 12c. Show all posts
Showing posts with label Oracle Cloud Control 12c. Show all posts

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′);