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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OS Authentication on Win2K

Re: OS Authentication on Win2K

From: <Jared.Still_at_radisys.com>
Date: Wed, 30 Oct 2002 10:09:52 -0800
Message-ID: <F001.004F7B71.20021030100952@fatcity.com>


run:

select username from dba_users
where password = 'EXTERNAL'

Is there a user that matches the currently logged on Win2k account?

Is it a domain account? It needs to be a local account, as I don't think you can use a domain account without also using 'remote_os_authent=true'.

At least, it doesn't work for me that way. I've only used external auth with local accounts.

HTH Jared

"Mike Sardina" <cemail2_at_sprintmail.com>
Sent by: root_at_fatcity.com
 10/30/2002 09:24 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        OS Authentication on Win2K


I am having problems getting OS authentication to work on a Win2K oracle server (8.1.7.1.1).

All parameters are set properly (from what I can see). There cannot be a prefix so the following parameter is set as follows: os_authent_prefix = ""

I need to be able to log into the server as a user identified externally and
just type sqlplus / for access. It is also necessary for the users identified
externally to be able to use a password as well. Any suggestions? Anyone else run into problems with this?

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mike Sardin
  INET: cemail2_at_sprintmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Oct 30 2002 - 12:09:52 CST

Original text of this message

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