Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: External authentication
Here are the steps to perform :
1 - Connect as system/manager in SQL*Plus and enter :
CREATE USER "PC100\USER" IDENTIFIED EXTERNALLY
Then
GRANT CREATE SESSION TO "PC100\USER"
2 - Create a user in Windows named USER.
3 - Log on Windows as USER and go to the C:\> command line. Type 'sqlplus' (without the single quotes). You should be connected to your database without having to enter any username/password.
Hope that helps.
Eddie J
> "F C" <future_canadian_at_hotmail.com> wrote in message
> news:9fd389d6.0202052204.5c378702_at_posting.google.com...
> > I had the same problem and recently got the answer from this NG.
>
> I hope I will also find the answer here :-)
>
> > In Oracle, assuming that the authentication prefix is an empty string,
>
> Yes, as I told before, authentication prefix is empty string
>
> > include the computer name in the username, like PC100\USER. Use double
> > quotes and uppercase letters. Log on Windows as USER. That should
> > work.
>
> Probably that's the point, to include the computer name because my
> username/password is local account authenticated by my local PC not
> domain controller! However, what does it mean when I want to connect to
> database from SQL*Plus, do I have to connect with string in this format
> "computer\username\password_at_SID"?
Received on Wed Feb 06 2002 - 16:16:55 CST
![]() |
![]() |