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: External authentication

Re: External authentication

From: F C <future_canadian_at_hotmail.com>
Date: 6 Feb 2002 14:16:55 -0800
Message-ID: <9fd389d6.0202061416.58eb432f@posting.google.com>


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

Original text of this message

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