<?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: Diagnostic events with debugger and crash..</title>
	<atom:link href="http://oraclue.com/2009/03/05/crash-and-debugger-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraclue.com/2009/03/05/crash-and-debugger-events/</link>
	<description>Oracle internals, debugging and undocumented features</description>
	<lastBuildDate>Thu, 05 Aug 2010 15:44:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: lscheng</title>
		<link>http://oraclue.com/2009/03/05/crash-and-debugger-events/#comment-138</link>
		<dc:creator>lscheng</dc:creator>
		<pubDate>Tue, 31 Mar 2009 19:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.wordpress.com/?p=583#comment-138</guid>
		<description>Hi Miladin

The debugger stuff doesnt seem to work anymore in 11gR1 though</description>
		<content:encoded><![CDATA[<p>Hi Miladin</p>
<p>The debugger stuff doesnt seem to work anymore in 11gR1 though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oraclue</title>
		<link>http://oraclue.com/2009/03/05/crash-and-debugger-events/#comment-102</link>
		<dc:creator>oraclue</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.wordpress.com/?p=583#comment-102</guid>
		<description>Not at all.I wish I have access  :)

Just hard work.Lot of research and reading ( bugs, other related sites, documenation ).</description>
		<content:encoded><![CDATA[<p>Not at all.I wish I have access  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just hard work.Lot of research and reading ( bugs, other related sites, documenation ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://oraclue.com/2009/03/05/crash-and-debugger-events/#comment-101</link>
		<dc:creator>coskan</dc:creator>
		<pubDate>Wed, 11 Mar 2009 21:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.wordpress.com/?p=583#comment-101</guid>
		<description>Miladin, 

Have you ever work at Oracle Corporation or touch Oracle by some other partner company. 

 I really wonder where/how you get/find  all these internal things 

I really like  all of your stuff. Thank you for sharing hidden side of Oracle.</description>
		<content:encoded><![CDATA[<p>Miladin, </p>
<p>Have you ever work at Oracle Corporation or touch Oracle by some other partner company. </p>
<p> I really wonder where/how you get/find  all these internal things </p>
<p>I really like  all of your stuff. Thank you for sharing hidden side of Oracle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oraclue</title>
		<link>http://oraclue.com/2009/03/05/crash-and-debugger-events/#comment-99</link>
		<dc:creator>oraclue</dc:creator>
		<pubDate>Tue, 10 Mar 2009 03:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.wordpress.com/?p=583#comment-99</guid>
		<description>Here is example:  

You can invoke OS debuger on event or script in this case:

vi debug.sh

/bin/echo Hello World! $*

SQL&gt; alter system set&quot;_oradbg_pathname&quot;=&#039;/oracle/admin/test/scripts/debug.sh&#039;;

System altered.

SQL&gt; alter system set events &#039;logon debugger&#039;;

System altered.

SQL&gt; Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining options
-sh-3.1$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.3.0 - Production on Mon Mar 9 23:23:52 2009

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.

Hello World! 13813

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining options

SQL&gt;</description>
		<content:encoded><![CDATA[<p>Here is example:  </p>
<p>You can invoke OS debuger on event or script in this case:</p>
<p>vi debug.sh</p>
<p>/bin/echo Hello World! $*</p>
<p>SQL&gt; alter system set&#8221;_oradbg_pathname&#8221;=&#8217;/oracle/admin/test/scripts/debug.sh&#8217;;</p>
<p>System altered.</p>
<p>SQL&gt; alter system set events &#8216;logon debugger&#8217;;</p>
<p>System altered.</p>
<p>SQL&gt; Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 &#8211; 64bit Production<br />
With the Partitioning, Oracle Label Security, OLAP and Data Mining options<br />
-sh-3.1$ sqlplus / as sysdba</p>
<p>SQL*Plus: Release 10.2.0.3.0 &#8211; Production on Mon Mar 9 23:23:52 2009</p>
<p>Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.</p>
<p>Hello World! 13813</p>
<p>Connected to:<br />
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 &#8211; 64bit Production<br />
With the Partitioning, Oracle Label Security, OLAP and Data Mining options</p>
<p>SQL&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlado</title>
		<link>http://oraclue.com/2009/03/05/crash-and-debugger-events/#comment-98</link>
		<dc:creator>Vlado</dc:creator>
		<pubDate>Mon, 09 Mar 2009 23:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.wordpress.com/?p=583#comment-98</guid>
		<description>So, what is the purpose of using the debugger action keyword?</description>
		<content:encoded><![CDATA[<p>So, what is the purpose of using the debugger action keyword?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
