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: Help. Login problem

Re: Help. Login problem

From: Simon Gottesman <sgotte_at_prodigy-nospamplease.net>
Date: Sun, 04 Nov 2001 00:31:24 GMT
Message-ID: <w%%E7.663$oz3.78325864@newssvr15.news.prodigy.com>


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

>

> Thank you very much! It really works!
> What is the meaning of (BEQ, NONE)?
> The default value in my file is (NTS)
>
>

> > "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.
> >> The login time of sqlplus and OCI driver is long.
> >> After I have typed usename and password in sqlplus, it takes few
seconds
> >> to login. Also, in a program through JDBC OCI driver, login also takes
> >> about 5 seconds.
> >>
> >> How can I reduce the login time?

>
> Received on Sat Nov 03 2001 - 18:31:24 CST

Original text of this message

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