DBA Hub

📋Steps in this guide1/1

target list monitored by OEM

-- Run from oms server($OMS_HOME/bin)

oracle configurationintermediate
by OracleDba
12 views
1

target list monitored by OEM

-- Run from oms server($OMS_HOME/bin)

Code/Command (click line numbers to comment):

1
2
3
4
5
6
-- 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"

Comments (0)

Please to add comments

No comments yet. Be the first to comment!