<?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: Small introduction to SQL*Net debugging [client side]</title>
	<atom:link href="http://technology.amis.nl/2005/09/29/sqlnet-debugging-quick-reference-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/09/29/sqlnet-debugging-quick-reference-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sqlnet-debugging-quick-reference-guide</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2005/09/29/sqlnet-debugging-quick-reference-guide/#comment-2485</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Fri, 14 Oct 2005 09:34:40 +0000</pubDate>
		<guid isPermaLink="false">/?p=823#comment-2485</guid>
		<description><![CDATA[Thanks,  Natalka for your comment. In the sqlnet.ora file you can enable listener logging, client logging, names logging etc, but as mentioned this excercise is a &quot;Small introduction to SQL*Net debugging&quot; (and even when you print this, it is alread 7 pages...)]]></description>
		<content:encoded><![CDATA[<p>Thanks,  Natalka for your comment. In the sqlnet.ora file you can enable listener logging, client logging, names logging etc, but as mentioned this excercise is a &#8220;Small introduction to SQL*Net debugging&#8221; (and even when you print this, it is alread 7 pages&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalka Roshak</title>
		<link>http://technology.amis.nl/2005/09/29/sqlnet-debugging-quick-reference-guide/#comment-2484</link>
		<dc:creator>Natalka Roshak</dc:creator>
		<pubDate>Wed, 12 Oct 2005 16:42:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=823#comment-2484</guid>
		<description><![CDATA[Great post!  I would add something about sql*net tracing -- this is set up in the sqlnet.ora and can give you a shortcut to the solution.  Just add something like this to the sqlnet.ora:
  trace_level_client=admin
  trace_directory_client=C:\oracle\oracli92\network\trace
  trace_file_client=C:\oracle\oracli92\network\trace\cli.trc
  trace_unique_client=true
The trace files will show up in the trace directory, C:\oracle\oracli92\network\trace in this example, and give you a pretty good idea of what&#039;s going on.   The information is similar to what trcroute gives you, but more detailed and less structured, and available in every client installation.]]></description>
		<content:encoded><![CDATA[<p>Great post!  I would add something about sql*net tracing &#8212; this is set up in the sqlnet.ora and can give you a shortcut to the solution.  Just add something like this to the sqlnet.ora:<br />
  trace_level_client=admin<br />
  trace_directory_client=C:\oracle\oracli92\network\trace<br />
  trace_file_client=C:\oracle\oracli92\network\trace\cli.trc<br />
  trace_unique_client=true<br />
The trace files will show up in the trace directory, C:\oracle\oracli92\network\trace in this example, and give you a pretty good idea of what&#8217;s going on.   The information is similar to what trcroute gives you, but more detailed and less structured, and available in every client installation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
