Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Windows NT/ORACLE Authentification - Please Help
On 7 May 1997 13:43:11 GMT, alwyncoopr_at_aol.com (AlwynCoopr) wrote:
>Hi,
> I have a problem, well puzzle to solve.
>
> I am trying to authenticate my users using NT not Oracle,(users do not
>like logging on twice you see).
>
> So i set up
> OS_Autthent_Prefix = "",
> Remote_Login_Password_File = Shared
> Remote_OS_Authent = TRUE
>
>and guess what it did not work. What am i doing wrong. Any help would be
>most appreciated.
>
>Regards
>
> Nicholas Wakefield
How have you created the user account ?
Make shure you use:
create user <username> identified externally;
It works for me.
cheers
jacek Received on Thu May 08 1997 - 00:00:00 CDT
![]() |
![]() |