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

Home -> Community -> Usenet -> c.d.o.misc -> Re: User passwords under NT & Oracle 8.0.4.0.0

Re: User passwords under NT & Oracle 8.0.4.0.0

From: Kenny Gump <kgump_at_mylanlabs.com>
Date: Mon, 26 Apr 1999 12:40:42 -0400
Message-ID: <372496bf.0@news.mountain.net>


You will need to set OS_AUTHENT_PREFIX = OPS$ in your init.ora file then create the user as follows:

create user ops$jsmith
identified externally
....;

Now user jsmith can log in from his terminal with Windows doing the authentication.

Kenny Gump

Evert J. Smit wrote in message <7fvlsm$p6r$1_at_news.kabelfoon.nl>...
>How can I let the people, in our factory, to connect with the database
>(Oracle 8.0.4.0.0 unde NT4) with the same password as the one which they
log
>in during windows startup.
>
>I know that it's possible with something like OS_AUTHENT_PREFIX but I've no
>idea how to set this up.
>
>Who can help me ?
>
>Thanks,
>Evert
>
>
>
Received on Mon Apr 26 1999 - 11:40:42 CDT

Original text of this message

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