Target list monitored by oem - oracle database script

target list monitored by OEM - Oracle Database Script.

-- Run from oms server($OMS_HOME/bin)  -- List all the target  ./emcli get_targets  -- List the target types present:  ./emcli get_target_types  -- List targets of particular target_type(say oracle_database)  ./emcli get_targets -targets="oracle_database"