<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Alert Log Monitoring script via ADRCI</title>
	<atom:link href="http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/feed/" rel="self" type="application/rss+xml" />
	<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/</link>
	<description>What I learned about Oracle</description>
	<lastBuildDate>Sat, 18 May 2013 07:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: vikas</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-12665</link>
		<dc:creator><![CDATA[vikas]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 23:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-12665</guid>
		<description><![CDATA[and here is the script for monitoring log4j application logs on unix servers -

http://www.buggybread.com/2012/03/log-monitoring-shell-script-to-send.html]]></description>
		<content:encoded><![CDATA[<p>and here is the script for monitoring log4j application logs on unix servers -</p>
<p><a href="http://www.buggybread.com/2012/03/log-monitoring-shell-script-to-send.html" rel="nofollow">http://www.buggybread.com/2012/03/log-monitoring-shell-script-to-send.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avi</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6770</link>
		<dc:creator><![CDATA[avi]]></dc:creator>
		<pubDate>Fri, 07 Sep 2012 18:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6770</guid>
		<description><![CDATA[bash-3.2$ sh -x adcri.sh
+ export ORACLE_SID=OALIS
+ ORACLE_SID=OALISS
+ export ORACLE_HOME=/u01/oracle/product/11.2.0.3/db_1
+ ORACLE_HOME=/u01/oracle/product/11.2.0.3/db_1
+ export PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/usr/sbin:/u01/oracle/product/11.2.0.3/db_1/bin:/u01/oracle/product/11.2.0.3/db_1/lib:/u01/oracle/product/11.2.0.3/db_1/bin
+ PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/usr/sbin:/u01/oracle/product/11.2.0.3/db_1/bin:/u01/oracle/product/11.2.0.3/db_1/lib:/u01/oracle/product/11.2.0.3/db_1/bin
+ DAILY_LOG=/u01/app/oracle/scripts/alert_log_check_daily.txt
+ HOURLY_LOG=/u01/app/oracle/scripts/alert_log_check_hourly.txt
+ MAIL_SUBJ=&#039;OASIS:WARNING HOST: &#039;
+ MAIL_RECIPIENT=abc@.com
++ hostname
+ HOST_NAME=pprdoasdb300.abc.net
adcri.sh: line 105: syntax error: unexpected end of file

im getting this error]]></description>
		<content:encoded><![CDATA[<p>bash-3.2$ sh -x adcri.sh<br />
+ export ORACLE_SID=OALIS<br />
+ ORACLE_SID=OALISS<br />
+ export ORACLE_HOME=/u01/oracle/product/11.2.0.3/db_1<br />
+ ORACLE_HOME=/u01/oracle/product/11.2.0.3/db_1<br />
+ export PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/usr/sbin:/u01/oracle/product/11.2.0.3/db_1/bin:/u01/oracle/product/11.2.0.3/db_1/lib:/u01/oracle/product/11.2.0.3/db_1/bin<br />
+ PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/usr/sbin:/u01/oracle/product/11.2.0.3/db_1/bin:/u01/oracle/product/11.2.0.3/db_1/lib:/u01/oracle/product/11.2.0.3/db_1/bin<br />
+ DAILY_LOG=/u01/app/oracle/scripts/alert_log_check_daily.txt<br />
+ HOURLY_LOG=/u01/app/oracle/scripts/alert_log_check_hourly.txt<br />
+ MAIL_SUBJ=&#8217;OASIS:WARNING HOST: &#8216;<br />
+ MAIL_RECIPIENT=abc@.com<br />
++ hostname<br />
+ HOST_NAME=pprdoasdb300.abc.net<br />
adcri.sh: line 105: syntax error: unexpected end of file</p>
<p>im getting this error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6366</link>
		<dc:creator><![CDATA[brian]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 18:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6366</guid>
		<description><![CDATA[if you don&#039;t use the -term opton and run this from cron you will get a bunch of hung vi sessesions out there. standard functionality displays the show alert to a vi session (actually default editor) but show alert -term -p for example will just display to the terminal.]]></description>
		<content:encoded><![CDATA[<p>if you don&#8217;t use the -term opton and run this from cron you will get a bunch of hung vi sessesions out there. standard functionality displays the show alert to a vi session (actually default editor) but show alert -term -p for example will just display to the terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damirvadas</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6351</link>
		<dc:creator><![CDATA[damirvadas]]></dc:creator>
		<pubDate>Sun, 15 Apr 2012 17:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6351</guid>
		<description><![CDATA[I&#039;m using it for more then 5 years ... and of course have sent charity do now I have registered version...
Rg,
Damir]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using it for more then 5 years &#8230; and of course have sent charity do now I have registered version&#8230;<br />
Rg,<br />
Damir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6347</link>
		<dc:creator><![CDATA[coskan]]></dc:creator>
		<pubDate>Sun, 15 Apr 2012 07:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6347</guid>
		<description><![CDATA[It maybe because I was unaware from the product :) It has a good cause like charity which makes the product beautiful. I maybe give it a go at some point but not at current shop. 

Thanks for sharing]]></description>
		<content:encoded><![CDATA[<p>It maybe because I was unaware from the product <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It has a good cause like charity which makes the product beautiful. I maybe give it a go at some point but not at current shop. </p>
<p>Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damirvadas</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6346</link>
		<dc:creator><![CDATA[damirvadas]]></dc:creator>
		<pubDate>Sun, 15 Apr 2012 06:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6346</guid>
		<description><![CDATA[and forgot to say ...

ability to send mail on any ORA error with filter on some which not raise mail send ..
:-)]]></description>
		<content:encoded><![CDATA[<p>and forgot to say &#8230;</p>
<p>ability to send mail on any ORA error with filter on some which not raise mail send .. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damirvadas</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6345</link>
		<dc:creator><![CDATA[damirvadas]]></dc:creator>
		<pubDate>Sun, 15 Apr 2012 06:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6345</guid>
		<description><![CDATA[Why don&#039;t you use OraSentry tool.

It has all you need and even may archive alert.log on size/day basis.
Rg,
Damir]]></description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you use OraSentry tool.</p>
<p>It has all you need and even may archive alert.log on size/day basis.<br />
Rg,<br />
Damir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-6251</link>
		<dc:creator><![CDATA[Ashish]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 18:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-6251</guid>
		<description><![CDATA[How do you pass timestamp variable to adrci?


adrci exec=&quot;set home diag/asm/+asm/+ASM1 ; show alert -p \\\&quot;message_text like &#039;%ORA-%&#039; and originating_timestamp &gt; &quot;$d_time&quot; \\\&quot;&quot; -term

ADR Home = /u001/app/oracle/diag/asm/+asm/+ASM1:
*************************************************************************
DIA-48415: Syntax error found in string [message_text like &#039;%ORA-%&#039; and originating_timestamp &gt; 22-MAR-12] at column [64]

oracle@&gt; echo &quot;$d_time&quot;
22-MAR-12 02.02.48.784339 PM -04:00]]></description>
		<content:encoded><![CDATA[<p>How do you pass timestamp variable to adrci?</p>
<p>adrci exec=&#8221;set home diag/asm/+asm/+ASM1 ; show alert -p \\\&#8221;message_text like &#8216;%ORA-%&#8217; and originating_timestamp &gt; &#8220;$d_time&#8221; \\\&#8221;" -term</p>
<p>ADR Home = /u001/app/oracle/diag/asm/+asm/+ASM1:<br />
*************************************************************************<br />
DIA-48415: Syntax error found in string [message_text like '%ORA-%' and originating_timestamp &gt; 22-MAR-12] at column [64]</p>
<p>oracle@&gt; echo &#8220;$d_time&#8221;<br />
22-MAR-12 02.02.48.784339 PM -04:00</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-4349</link>
		<dc:creator><![CDATA[coskan]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 11:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-4349</guid>
		<description><![CDATA[if you have multiple diagnostics desc then probably you may need to call the script for different home like


check_alert.sh HOME1 
check_alert.sh HOME2

in one single caller script and make ORACLE_HOME parameterized maybe ORACLE_SID as well]]></description>
		<content:encoded><![CDATA[<p>if you have multiple diagnostics desc then probably you may need to call the script for different home like</p>
<p>check_alert.sh HOME1<br />
check_alert.sh HOME2</p>
<p>in one single caller script and make ORACLE_HOME parameterized maybe ORACLE_SID as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas D</title>
		<link>http://coskan.wordpress.com/2010/12/06/alert-log-monitoring-script-via-adrci/#comment-4348</link>
		<dc:creator><![CDATA[Suhas D]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 11:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=883#comment-4348</guid>
		<description><![CDATA[Hello Coskan,

First of all, many thanks for putting up such a wonderful script!

I have an issue with adrci homes. I have multiple instances on the same box with their own diagnostic folder:
/u01/app/oracle/admin//diag
/u01/app/oracle/admin//diag

How do I get ADRCI to set the homepath properly to work?
Obviously, I am now getting &quot;DIA-48494: ADR home is not set,..&quot;

Can you please help me out here?

Please do suggest relevant documents so that I can try by myself.

Thanks!
Suhas]]></description>
		<content:encoded><![CDATA[<p>Hello Coskan,</p>
<p>First of all, many thanks for putting up such a wonderful script!</p>
<p>I have an issue with adrci homes. I have multiple instances on the same box with their own diagnostic folder:<br />
/u01/app/oracle/admin//diag<br />
/u01/app/oracle/admin//diag</p>
<p>How do I get ADRCI to set the homepath properly to work?<br />
Obviously, I am now getting &#8220;DIA-48494: ADR home is not set,..&#8221;</p>
<p>Can you please help me out here?</p>
<p>Please do suggest relevant documents so that I can try by myself.</p>
<p>Thanks!<br />
Suhas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
