<?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/"
		>
<channel>
	<title>Comments on: Quick Oracle Dataguard check script</title>
	<atom:link href="http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/</link>
	<description>Keep DBA job simple. Thanks.</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:26:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dev</title>
		<link>http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/comment-page-1/#comment-297</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Tue, 26 May 2009 13:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludovicocaldara.net/dba/?p=38#comment-297</guid>
		<description>Hey Admin,

It worked after the change u suggested.

Thanks,
Dev</description>
		<content:encoded><![CDATA[<p>Hey Admin,</p>
<p>It worked after the change u suggested.</p>
<p>Thanks,<br />
Dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/comment-page-1/#comment-296</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 May 2009 12:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludovicocaldara.net/dba/?p=38#comment-296</guid>
		<description>you&#039;re right, doing cut&amp;paste of my script it seems that all occurrences of:

$sth = $prodh-&gt;prepare( &lt;&lt;EOSQL );

have become:

$sth = $prodh-&gt;prepare( &lt; &lt;EOSQL );

there is an extra blank between &lt; operators. try to remove it and let me know!</description>
		<content:encoded><![CDATA[<p>you&#8217;re right, doing cut&#038;paste of my script it seems that all occurrences of:</p>
<p>$sth = $prodh->prepare( &lt;&lt;EOSQL );</p>
<p>have become:</p>
<p>$sth = $prodh->prepare( &lt; &lt;EOSQL );</p>
<p>there is an extra blank between < operators. try to remove it and let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/comment-page-1/#comment-295</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Tue, 26 May 2009 12:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludovicocaldara.net/dba/?p=38#comment-295</guid>
		<description>I get following error when i run ur perl script

Unterminated  operator at ./dg line 30.</description>
		<content:encoded><![CDATA[<p>I get following error when i run ur perl script</p>
<p>Unterminated  operator at ./dg line 30.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBA survival BLOG &#187; Blog Archive &#187; More about Dataguard and how to check it</title>
		<link>http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/comment-page-1/#comment-54</link>
		<dc:creator>DBA survival BLOG &#187; Blog Archive &#187; More about Dataguard and how to check it</dc:creator>
		<pubDate>Fri, 06 Feb 2009 11:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludovicocaldara.net/dba/?p=38#comment-54</guid>
		<description>[...] my post Quick Oracle Dataguard check script I have some considerations to add: to check the gap of applied log stream by MRP0 process [...]</description>
		<content:encoded><![CDATA[<p>[...] my post Quick Oracle Dataguard check script I have some considerations to add: to check the gap of applied log stream by MRP0 process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ludovicocaldara.net/dba/quick-oracle-dataguard-check-script/comment-page-1/#comment-24</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 07 Jan 2009 09:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludovicocaldara.net/dba/?p=38#comment-24</guid>
		<description>I found the following non-critical warning returned by the broker on the first script:
Warning: ORA-16610: command &#039;Broker automatic health check&#039; in progress

Is it safe to ignore this warning and force a SUCCESS message??
[...]
echo $result &#124; grep &quot;Broker automatic health check&quot; &gt;/dev/null
if [ $? -eq 0 ] ; then
        result=&quot;SUCCESS&quot;
fi
[...]</description>
		<content:encoded><![CDATA[<p>I found the following non-critical warning returned by the broker on the first script:<br />
Warning: ORA-16610: command &#8216;Broker automatic health check&#8217; in progress</p>
<p>Is it safe to ignore this warning and force a SUCCESS message??<br />
[...]<br />
echo $result | grep &#8220;Broker automatic health check&#8221; >/dev/null<br />
if [ $? -eq 0 ] ; then<br />
        result=&#8221;SUCCESS&#8221;<br />
fi<br />
[...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
