<?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: Resolving Oracle Database ORA-12638 Error in Windows</title>
	<atom:link href="http://www.dbuggr.com/milly/resolving-oracle-database-ora-12638-error-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/milly/resolving-oracle-database-ora-12638-error-windows/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: milly</title>
		<link>http://www.dbuggr.com/milly/resolving-oracle-database-ora-12638-error-windows/comment-page-1/#comment-1747</link>
		<dc:creator>milly</dc:creator>
		<pubDate>Fri, 15 Jan 2010 17:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/milly/resolving-oracle-database-ora-12638-error-windows/#comment-1747</guid>
		<description>It is possible that the OS user&#039;s password is changed. After rebooting the system, the Credential Failure message started to appear.

There are two ways to resolve this:
1. Update the password again, and restart your Windows server again.
2. Replacing the line:
&lt;code&gt;SQLNET.AUTHENTICATION_SERVICES= (NTS)&lt;/code&gt; with
&lt;code&gt;SQLNET.AUTHENTICATION_SERVICES= (NONE)&lt;/code&gt;in sqlnet.ora can resolved the issue by disabling local support for authenticating using Windows credentials.

The NTS (Network Telephony Services) makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This could fail for a couple of reasons:

- The Oracle server is not configured to support Windows authentication
- The credentials you use to login to your local machine are not sufficient to allow you to login to the server.</description>
		<content:encoded><![CDATA[<p>It is possible that the OS user&#8217;s password is changed. After rebooting the system, the Credential Failure message started to appear.</p>
<p>There are two ways to resolve this:<br />
1. Update the password again, and restart your Windows server again.<br />
2. Replacing the line:<br />
<code>SQLNET.AUTHENTICATION_SERVICES= (NTS)</code> with<br />
<code>SQLNET.AUTHENTICATION_SERVICES= (NONE)</code>in sqlnet.ora can resolved the issue by disabling local support for authenticating using Windows credentials.</p>
<p>The NTS (Network Telephony Services) makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This could fail for a couple of reasons:</p>
<p>- The Oracle server is not configured to support Windows authentication<br />
- The credentials you use to login to your local machine are not sufficient to allow you to login to the server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
