Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: User passwords under NT & Oracle 8.0.4.0.0
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
![]() |
![]() |