아직 해보진 않았지만..
RE: How to modify a metric collection interval in Grid Control?
I think I found it.
It's not stored in the db at all it seems.
It uses xml files in the $AGENT_HOME/sysman/admin/default_collection.
I found the "database.xmlp" file which defined the 7 Day interval for
Tablespace Allocation.
Here's the entry in the file:
<!--
======================================================================
== Category: Tablespace Allocation
== DB Versions: pre-8 to 10gR1
== Fetchlet: SQL
======================================================================
-->
<CollectionItem NAME="tbspAllocation">
<ValidIf>
<CategoryProp NAME="VersionCategory"
CHOICES="pre8;8i;8iR2;9i;9iR2;10gR1;10gR2;10gR203;11gR1"/>
</ValidIf>
<Schedule>
<IntervalSchedule INTERVAL="7" TIME_UNIT="Day"/>
</Schedule>
<MetricColl NAME="tbspAllocation" />
</CollectionItem>
ALTHOUGH, I updated this to "1" day, and reloaded the agent, Grid Control is
still showing "7" days under All Metrics for this target.
It appears I'm still missing something.
'Oracle Database' 카테고리의 다른 글
오렌지 무료교육 (2) | 2010.01.13 |
---|---|
Oracle UNDO tablespace의 datafile 옮기는 방법 2개. (0) | 2010.01.07 |
오라클 필수 백그라운드 프로세스들 (Oracle Mandatory Background Process) (0) | 2010.01.05 |
AWR에서 보이는 낯선 enqueue lock : RO enqueue와 KO enqueue (2) | 2009.12.28 |
Oracle Data Type (0) | 2009.12.18 |