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: Can Oracle 7.3 handle external authentication?

Re: Can Oracle 7.3 handle external authentication?

From: Ren Watanabe <renw_at_grace.wharton.upenn.edu>
Date: 1998/03/19
Message-ID: <6es9lo$gtl$1@netnews.upenn.edu>#1/1

You can do this by creating an ops$ account in the database.

e.g. if your unix username is 'bob', you should create an oracle user named ops$bob. This will allow you to access oracle directly.

> In article <350914F5.8D1BB9F1_at_iquest.net> David K. Van Zandt wrote:
> > I have need for my NT 4.0 client username and password to be passed
> > through to my Oracle instances (so that the Oracle app doesn't require a
> > second login), but the backend platform is HP-UX10. Some news articles
> > suggest this is possible, others don't -- but most of them don't specify
> > the hardware.
 

> I've been able to do this using the same configuration.
 

> You will have to enable remote_os_authent (?) on the server but, after
> that, you will be able to login to Oracle as the current NT user.
 

> Having said that, I'm currently looking at how to either disable this or
> make it more secure. On our setup, it means that a clever user could login
> to their application account with sqlplus and damage the data. Use with
> caution.
 

> Regards
 

> Ian
Received on Thu Mar 19 1998 - 00:00:00 CST

Original text of this message

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