Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help. Login problem
Hello Hello_World,
Here's something that was posted in this newsgroup a while back regarding the "sqlnet_authentication_services" parameter. I understand what NTS is ["Uses Windows NT native authentication"], but I still haven't found out what in the world a "Bequeath protocol" is supposed to be. Any ideas?
Purpose:
Enables one or more authentication services. If authentication has been
installed, it is recommended that this parameter be
set to either NONE or to one of the authentication methods.
Default:
None
Values:
Authentication Available with Net8:
NONE - No authentication methods are used. A valid user name and password can be used to access the database.
ALL - Enables all authentication methods to be used
BEQ - Uses the Bequeath protocol
NDS - Uses NDS authentication
NTS - Uses Windows NT native authentication
Authentication Available with Oracle Advanced Security:
KERBEROS5 - Uses Kerberos authentication
SECURID - Uses SecurID authentication
CYBERSAFE - Uses Cybersafe authentication
IDENTIX - Uses Identix authentication
RADIUS - Uses RADIUS authentication
DCEGSSAPI - Uses DCE GSSAPI authentication
See Also: Oracle Advanced Security Administrator's Guide
Example:
sqlnet.authentication_services=(beq, kerberos5, cybersafe)
hth,
Simon
"Hello_World" <nix1_at_cuse15.se.cuhk.edu.hk> wrote in message
news:9rvul4$f3h$1_at_eng-ser1.erg.cuhk.edu.hk...
> Simon Gottesman <sgotte_at_prodigy-nospamplease.net> wrote:
> > I have read in this news group and elsewhere that changing
> > "SQLNET.AUTHENTICATION_SERVICES" in sqlnet.ora to equal (BEQ, NONE) or
> > commenting it out altogether may resolve issues with logon times on W2K
as
> > well as db startup/shutdown. Not sure if this resolves your issue, but
it
> > may.
> > hth,
> > Simon
>
> >> >> The login time of sqlplus and OCI driver is long.
> > "Hello_World" <nix1_at_cuse15.se.cuhk.edu.hk> wrote in message
> > news:9rt782$2jo$1_at_eng-ser1.erg.cuhk.edu.hk...
> >> I have installed Oracle8i (8.1.7.0.0) in Windows 2000.
![]() |
![]() |