<?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"
	>
<channel>
	<title>Comments for Oracloid Blog</title>
	<atom:link href="http://www.oracloid.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracloid.com</link>
	<description>The Alex Gorbachev Oracle Blog</description>
	<pubDate>Wed, 10 Mar 2010 05:43:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Bind Variable Peeking with no Histograms by Mike</title>
		<link>http://www.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/#comment-57550</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/#comment-57550</guid>
		<description>&lt;a href="#comment-55499" rel="nofollow"&gt;@Alex Gorbachev &lt;/a&gt; 
method_opt =&#62; 'FOR COLUMNS' will collect statistics without any histograms (dba_tab_histograms will show no rows)</description>
		<content:encoded><![CDATA[<p><a href="#comment-55499" rel="nofollow">@Alex Gorbachev </a><br />
method_opt =&gt; &#8216;FOR COLUMNS&#8217; will collect statistics without any histograms (dba_tab_histograms will show no rows)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bind Variable Peeking with no Histograms by Alex Gorbachev</title>
		<link>http://www.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/#comment-55499</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/#comment-55499</guid>
		<description>Jose, please be aware that there is no option to disable histogram (unless you can point me on it) and the way to collect statistics without histograms is to use "SIZE 1".

Thanks for you comment.</description>
		<content:encoded><![CDATA[<p>Jose, please be aware that there is no option to disable histogram (unless you can point me on it) and the way to collect statistics without histograms is to use &#8220;SIZE 1&#8243;.</p>
<p>Thanks for you comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bind Variable Peeking with no Histograms by Jose</title>
		<link>http://www.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/#comment-55498</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/#comment-55498</guid>
		<description>I don't understand your example
You are using histograms because you use: method_opt =&#62; ‘FOR ALL COLUMNS SIZE 1‘

You are using a histogram with one bucket.

If you don't want to use histograms why do you include this clause?

I think that you must do the example with histograms disabled. You can't prove
that peeking with no histograms happens if you are using histograms</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand your example<br />
You are using histograms because you use: method_opt =&gt; ‘FOR ALL COLUMNS SIZE 1‘</p>
<p>You are using a histogram with one bucket.</p>
<p>If you don&#8217;t want to use histograms why do you include this clause?</p>
<p>I think that you must do the example with histograms disabled. You can&#8217;t prove<br />
that peeking with no histograms happens if you are using histograms</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Closing trace file with ORADEBUG by shailender</title>
		<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/#comment-49572</link>
		<dc:creator>shailender</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=4#comment-49572</guid>
		<description>We have a cron job that deletes all files older than 7 days.  Some times it is deleting background process trace files as well.  So I am in the process of applying "oradebug close_trace" on all BG proces in the instance.  In such a case, what will be the impact on those ones where there is a trace file available (not deleted by the cron job)?  

I tried it on one of my test systems, on LMD process, and found that it made a entry in the existing trace file.  Not sure what will happen next.  Any body tested this scenario?

*** 2009-07-07 22:07:51.182
End DRM(910) for pkey transfer request(s) from 1
*** 2009-07-08 15:36:25.284
Received ORADEBUG command 'close_trace' from process Unix process pid: 15348, image:</description>
		<content:encoded><![CDATA[<p>We have a cron job that deletes all files older than 7 days.  Some times it is deleting background process trace files as well.  So I am in the process of applying &#8220;oradebug close_trace&#8221; on all BG proces in the instance.  In such a case, what will be the impact on those ones where there is a trace file available (not deleted by the cron job)?  </p>
<p>I tried it on one of my test systems, on LMD process, and found that it made a entry in the existing trace file.  Not sure what will happen next.  Any body tested this scenario?</p>
<p>*** 2009-07-07 22:07:51.182<br />
End DRM(910) for pkey transfer request(s) from 1<br />
*** 2009-07-08 15:36:25.284<br />
Received ORADEBUG command &#8216;close_trace&#8217; from process Unix process pid: 15348, image:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server-side FAN callouts by Alex Gorbachev</title>
		<link>http://www.oracloid.com/2006/05/server-side-fan-callouts/#comment-42922</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Wed, 29 Apr 2009 22:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=13#comment-42922</guid>
		<description>jc,

This is Perl question and I'm far from Perl guru. :) See http://perldoc.perl.org/functions/require.html and http://perldoc.perl.org/perlvar.html#@INC

I would be very careful accessing the database from callouts. At least, I assume that the database is external to this cluster, otherwise, there is clearly condition when database is not available.

One good options would be to write events in the file and plug it into the DB as external table.
Another idea would be to write events in a file and have another asyncronous  process moving them into the DB.

Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>jc,</p>
<p>This is Perl question and I&#8217;m far from Perl guru. <img src='http://www.oracloid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> See <a href="http://perldoc.perl.org/functions/require.html" rel="nofollow">http://perldoc.perl.org/functions/require.html</a> and <a href="http://perldoc.perl.org/perlvar.html#@INC" rel="nofollow">http://perldoc.perl.org/perlvar.html#@INC</a></p>
<p>I would be very careful accessing the database from callouts. At least, I assume that the database is external to this cluster, otherwise, there is clearly condition when database is not available.</p>
<p>One good options would be to write events in the file and plug it into the DB as external table.<br />
Another idea would be to write events in a file and have another asyncronous  process moving them into the DB.</p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server-side FAN callouts by jc</title>
		<link>http://www.oracloid.com/2006/05/server-side-fan-callouts/#comment-42891</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=13#comment-42891</guid>
		<description>Alex,
I am using Perl scripts for the callouts in our environment. 
I am not touching the database and not using any DBI modules. So far so good.

Now, there's a requirement for us to log every event into a database table.
I would like to use the DBI that comes with the perl associated with Oracle installation (ORACLE_HOME/perl/bin)

How do I 'include' that module in my current program?
The thing with the dynamic libraries called out by the perl interpretor is determined by LD_LIBRARY_PATH.

So, I am left with invoking a shell callout that exports these variables and in turn invokes the perl code.
Is that my only option?

???????</description>
		<content:encoded><![CDATA[<p>Alex,<br />
I am using Perl scripts for the callouts in our environment.<br />
I am not touching the database and not using any DBI modules. So far so good.</p>
<p>Now, there&#8217;s a requirement for us to log every event into a database table.<br />
I would like to use the DBI that comes with the perl associated with Oracle installation (ORACLE_HOME/perl/bin)</p>
<p>How do I &#8216;include&#8217; that module in my current program?<br />
The thing with the dynamic libraries called out by the perl interpretor is determined by LD_LIBRARY_PATH.</p>
<p>So, I am left with invoking a shell callout that exports these variables and in turn invokes the perl code.<br />
Is that my only option?</p>
<p>???????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving to Canada&#8230; Oracle 10g RAC + Solaris 10g + VMware by Punam</title>
		<link>http://www.oracloid.com/2006/07/moving-to-canada-oracle-10g-rac-solaris-10g-vmware/#comment-40073</link>
		<dc:creator>Punam</dc:creator>
		<pubDate>Tue, 07 Apr 2009 21:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/2006/07/moving-to-canada-oracle-10g-rac-solaris-10g-vmware/#comment-40073</guid>
		<description>Visit http://www.oracleracsig.org for Oracle 10g RAC on solaris</description>
		<content:encoded><![CDATA[<p>Visit <a href="http://www.oracleracsig.org" rel="nofollow">http://www.oracleracsig.org</a> for Oracle 10g RAC on solaris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending Oracle Enterprise Manager 10g - Article by Pythian Group - Blog</title>
		<link>http://www.oracloid.com/2006/06/extending-oracle-enterprise-manager-10g-article/#comment-36931</link>
		<dc:creator>Pythian Group - Blog</dc:creator>
		<pubDate>Tue, 10 Mar 2009 17:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/2006/06/extending-oracle-enterprise-manager-10g-article/#comment-36931</guid>
		<description>[...] been a while since I first started to work on this, first as part of the Grid Control Extensibility article that I wrote for IOUG SELECT Magazine in 2006 (thanks to John Kanagaraj for encouraging me to write [...]</description>
		<content:encoded><![CDATA[<p>[...] been a while since I first started to work on this, first as part of the Grid Control Extensibility article that I wrote for IOUG SELECT Magazine in 2006 (thanks to John Kanagaraj for encouraging me to write [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server-side FAN callouts by Alex Gorbachev</title>
		<link>http://www.oracloid.com/2006/05/server-side-fan-callouts/#comment-36396</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=13#comment-36396</guid>
		<description>Nehal,

This is very RTFM question. You can find &lt;a href="http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/hafeats.htm#BABECAFD" rel="nofollow"&gt;more info about FAN Events here&lt;/a&gt;.

Good Luck!</description>
		<content:encoded><![CDATA[<p>Nehal,</p>
<p>This is very RTFM question. You can find <a href="http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/hafeats.htm#BABECAFD" rel="nofollow">more info about FAN Events here</a>.</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server-side FAN callouts by nehal</title>
		<link>http://www.oracloid.com/2006/05/server-side-fan-callouts/#comment-36391</link>
		<dc:creator>nehal</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=13#comment-36391</guid>
		<description>what is this FAN exactly and when it triggers?</description>
		<content:encoded><![CDATA[<p>what is this FAN exactly and when it triggers?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
