Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Trouble: authenticating through unix os

Re: Trouble: authenticating through unix os

From: Joe Kazimierczyk <kazimiej_at_bms.com>
Date: 1997/09/24
Message-ID: <34290774.AA80E2A7@bms.com>#1/1

Kim Wykoff wrote:

> I'm trying to authenticate through the operating system which the
> documentation says I can do. I created a user like this:
>
> create user blah identified externally
> ...
> grant dba to blah;
>
> and I have a user blah on my unix box.
>
> I have this line in my init file:
>
> os_authent_prefix = ""
>
> and I have verified it through the 'show parameters' command in svrmgrl.
>
> When I try to login to oracle through svrmgrl or sqlplus, I get a
> password prompt. I shouldn't be getting this prompt and of course I
> can't enter a password.

Just leave the password blank, and sqlplus should let you in. These utilities probably don't look at the account setup until after they do their usual
prompting for username & password.



Joe Kazimierczyk
kazimiej_at_bms.com Received on Wed Sep 24 1997 - 00:00:00 CDT

Original text of this message

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