This i have seen in one of the forums. Which is something we are looking for sometime.
Not tried yet, but planning to implement soon once we migrate to much robust oem server.
export ORACLE_HOME=${AGENT_HOME}
Stop the agent:
${ORACLE_HOME}/bin/emctl stop agent
Save the file database.xmlp :
cp -p $ORACLE_HOME/sysman/admin/default_collection/database.xmlp $ORACLE_HOME/sysman/admin/default_collection/database.xmlp.orig
search for pattern <CollectionItem NAME=”tbspAllocation”> or whatever and change the frequency to your requirement
<CollectionItem NAME=”tbspAllocation”>
<ValidIf>
<CategoryProp NAME=”VersionCategory” CHOICES=”pre8;8i;8iR2;9i;9iR2;10gR1;10gR2;10gR203;11gR1;11gR2″/>
</ValidIf>
<Schedule>
<IntervalSchedule INTERVAL=”7″ TIME_UNIT=”Day”/>
</Schedule>
<MetricColl NAME=”tbspAllocation” />
</CollectionItem>
Change the value of INTERVAL from 7 to 1 then save & quit.
Restart the agent :
$ORACLE_HOME}/bin/emctl start agent
The update will be shown in the Grid Control within 24H.