<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>AskDBA.org Forum &#187; Topic: Disabling Tablespace threshold alert for particular tablespace</title>
<link>http://www.forum.askdba.org/</link>
<description>Forum for Oracle DBA&#039;s</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 11:17:44 +0000</pubDate>

<item>
<title>Amit Bansal on "Disabling Tablespace threshold alert for particular tablespace"</title>
<link>http://www.forum.askdba.org/topic/disabling-tablespace-threshold-alert-for-particular-tablespace#post-85</link>
<pubDate>Thu, 10 Sep 2009 10:51:59 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">85@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;To disable Threshold for tablespace (Percent type), use following statement&#60;/p&#62;
&#60;pre&#62;
exec  DBMS_SERVER_ALERT.SET_THRESHOLD( -
 metrics_id =&#38;gt; DBMS_SERVER_ALERT.TABLESPACE_PCT_FULL, -
warning_operator =&#38;gt; DBMS_SERVER_ALERT.OPERATOR_DO_NOT_CHECK,-
  warning_value =&#38;gt; '0',  critical_operator =&#38;gt; DBMS_SERVER_ALERT.OPERATOR_DO_NOT_CHECK,-
 critical_value =&#38;gt; '0',  observation_period =&#38;gt; 1,-
  consecutive_occurrences =&#38;gt; 1,  instance_name =&#38;gt; NULL, -
object_type =&#38;gt; DBMS_SERVER_ALERT.OBJECT_TYPE_TABLESPACE,-
  object_name =&#38;gt; 'USERS');
&#60;/pre&#62;
&#60;p&#62;Replace tablespace USER with the tablespace you want to exclude from monitoring&#60;/p&#62;
&#60;p&#62;If you have also enabled tablespace alerts based on Bytes left, then use following&#60;/p&#62;
&#60;pre&#62;
exec  DBMS_SERVER_ALERT.SET_THRESHOLD(  -
metrics_id =&#38;gt; DBMS_SERVER_ALERT.TABLESPACE_BYT_FREE,  -
warning_operator =&#38;gt; DBMS_SERVER_ALERT.OPERATOR_DO_NOT_CHECK,  -
warning_value =&#38;gt; '0', -
 critical_operator =&#38;gt; DBMS_SERVER_ALERT.OPERATOR_DO_NOT_CHECK, -
critical_value =&#38;gt; '0',  observation_period =&#38;gt; 1, -
 consecutive_occurrences =&#38;gt; 1,  -
instance_name =&#38;gt; NULL, -
object_type =&#38;gt; DBMS_SERVER_ALERT.OBJECT_TYPE_TABLESPACE, -
 object_name =&#38;gt; 'USERS');
&#60;/pre&#62;</description>
</item>

</channel>
</rss>

