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: Howard J. Rogers <howardjr_at_www.com>
Date: Sun, 4 Nov 2001 13:40:40 +1100
Message-ID: <3be4aa8e$0$15992$afc38c87@news.optusnet.com.au>


It simply means that when the Listener receives a connection request, it spawns a new Server Process, and tells the User Process where to find it. In other words, it "gives away" (or bequeaths) the Server Process to the User Process.

By contrast, the Listener could -if there were Server Processes already pre-spawned (and that can happen with MTS and non-MTS implementations)- merely re-direct the User Process to one of the existing Server Processes' address.

Bequeath means is starts and gives away the Server Process; re-direct means it just re-points the User to where the Server Process already exists.

Regards
HJR

--

Oracle Resources : http://www.hjrdba.com
=============================


"Simon Gottesman" <sgotte_at_prodigy-nospamplease.net> wrote in message
news:w%%E7.663$oz3.78325864_at_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 - 20:40:40 CST

Original text of this message

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