Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Question about the NTS Authentication Service

783956Aug 21 2010 — edited Aug 21 2010
Good morning,

While reading some Oracle related articles on the web, I found the following:

>
NTS Authentication Service must be disabled in a default installation.

Recent versions of Oracle feature SQLNET Authentication Services, but most times (especially but not only with Personal Oracle), those services are not installed. Nevertheless, the Oracle installer enables their use. This is a bug in the Oracle installer.

In the plain text file sqlnet.ora (located in the same directory as TNSNAMES.ORA, i.e. ORACLE_HOME\net80\admin or ORACLE_HOME\network\admin), you may find the following line:
SQLNET.AUTHENTICATION_SERVICES= (NTS)

Remove that line or prefix it with a comment sign, so that it read like this:

# SQLNET.AUTHENTICATION_SERVICES= (NTS)

Save that file. You may need to restart Oracle if it runs on the same machine. Restarting the entire machine may take longer, but it is easier to do.

PLEASE NOTE: There may be Oracle installations where the NTS Authentication Service is required. But for such installations, you can expect that the local Oracle administrator knows that it is required.
>

The question is: How can I determine if the NTS authentication service is actually needed ?

Thank you for your help,

John.
This post has been answered by Aman.... on Aug 21 2010
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 18 2010
Added on Aug 21 2010
16 comments
5,131 views