From Metalink
![]() |
https://support.oracle.com/epmos/faces/DocumentDisplay?id=2543134.1&displayIndex=1
SOLUTION
cd <OMS_HOME>/bin
$emcli login -username=sysman
$emcli sync
$emcli modify_collection_schedule -targetType="oracle_database" -targetNames="<DBInstanceName>" -collectionName="rac_global_cache_10i" -collectionStatus=Disabled -preview="N"
Real world example
[oracle@oms1 bin]$ $OMS_HOME/bin/emcli login -username=sysman -password=.......
Login successful
[oracle@oms1 bin]$ $OMS_HOME/bin/emcli sync
Synchronized successfully
[oracle@oms1 bin]$ emcli modify_collection_schedule -targetType="oracle_database" -collectionName="rac_global_cache_10i" -collectionStatus=Disabled -preview="N" -targetNames="DemoDB"
Collection Name : rac_global_cache_10i
DemoDB : Collection Schedule updated successfully.
The collection schedule of the following metrics might be affected :
rac_global_cache
Real world example
[oracle@oms1 bin]$ $OMS_HOME/bin/emcli login -username=sysman -password=.......
Login successful
[oracle@oms1 bin]$ $OMS_HOME/bin/emcli sync
Synchronized successfully
[oracle@oms1 bin]$ emcli modify_collection_schedule -targetType="oracle_database" -collectionName="rac_global_cache_10i" -collectionStatus=Disabled -preview="N" -targetNames="DemoDB"
Collection Name : rac_global_cache_10i
DemoDB : Collection Schedule updated successfully.
The collection schedule of the following metrics might be affected :
rac_global_cache
No comments:
Post a Comment