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: Can an account login with either "/" or username/password?

Re: Can an account login with either "/" or username/password?

From: JB <nospam-randolph-nospam_at_plantnet.com>
Date: Wed, 27 Feb 2002 03:50:08 GMT
Message-ID: <4clo7us716vgk4ef7rc7n08b8cetsqa5qg@4ax.com>


Oh, sorry. I am running this on a Windows 2000 network, in case anyone needs that little tidbit of information.

On Wed, 27 Feb 2002 03:37:30 GMT, JB
<nospam-randolph-nospam_at_plantnet.com> wrote:

>Is it possible to create an account that can logon with either the "/"
>or username/password combo from sqlplus?
>
>I have a need to create a user which can either login with a slash, or
>enter the username/password information. For instance, I create a
>user:
>
>CREATE USER USER1 IDENTIFIED BY PASSWORD
>
>If I connect to SQL*Plus, I get the following messages:
>
>CONNECT USER1/PASSWORD_at_DB - Connected
>CONNECT /@DB - ORA-01017 error
>
>If I create the user identified externally:
>
>CREATE USER USER1 IDENTIFIED EXTERNALLY
>
>I get the following messages when I connect to SQL Plus:
>
>CONNECT USER1/PASSWORD_at_DB - ORA-01017 error
>CONNECT /@DB - Connected
>
>Is there some way to configure the server and client to allow
>connections either way with a single account?
>
>Thanks
>
>JB
Received on Tue Feb 26 2002 - 21:50:08 CST

Original text of this message

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