Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Solution to ORA-27101 (Windows with Active Directory)

Re: Solution to ORA-27101 (Windows with Active Directory)

From: Paul Drake <drak0nian_at_yahoo.com>
Date: 30 Oct 2002 22:43:38 -0800
Message-ID: <1ac7c7b3.0210302243.a84b6fb@posting.google.com>


burgess_at_sympatico.ca (Bob Burgess) wrote in message news:<df35b276.0210291257.5868cafb_at_posting.google.com>...
> For the benefit of those without Metalink access...
> I recently encountered an ORA-27101 error from a user trying to
> connect to his local Oracle database. He hadn't used it since our
> system had been converted to use Active Directory (it worked before
> then).
> Changing "SQLNET.AUTHENTICATION_SERVICES= (NTS)" in his sqlnet.ora
> file to "SQLNET.AUTHENTICATION_SERVICES= (NONE)" solved the problem.
>
> Bob Burgess

Bob,

If the local user belongs to the OS Group ORA_DBA or ORA_%ORACLE_SID%_DBA - NTS will work just fine. If you want to use domain accounts, add the domain user into a local group that has been granted the local group ORA_DBA.

You aren't actually running an Oracle Database on a W2K Server acting as an Active Directory domain controller, are you? That is an explicit no-no, as no local accounts (groups) are allowed on such beasts.

Separate the application servers (here, Oracle on W2K) from the domain controllers, please.

also - make sure that you didn't break any scripts (backup jobs?) that used to "connect / as sysdba" - as they won't work anymore. You're back to putting passwords in the filesystem for such jobs.

Paul Received on Thu Oct 31 2002 - 00:43:38 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US