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

RE: external authentication

From: Toepke, Kevin M <ktoepke_at_trilegiant.com>
Date: Wed, 17 Jul 2002 12:08:33 -0800
Message-ID: <F001.0049A8DB.20020717120833@fatcity.com>


Don't do it unless the application is running locally on the same physical server as the database. It is (or at least was) extremely easy to break into a system that uses external authentication across a network. (...don't ask:)  

The following example shows how to connect to the PLAY database using external authentication
$ORACLE_SID=play
$export ORACLE_SID
$sqlplus /
 

Kevin
-----Original Message-----
Sent: Wednesday, July 17, 2002 3:24 PM
To: Multiple recipients of list ORACLE-L

Does anyone here have experience working with database that supports external authentication application users? My question is how would application know which database to connect to if there are multiple databases on the server? Does it have to be hard-coded in application? Thank you.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Toepke, Kevin M
  INET: ktoepke_at_trilegiant.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Jul 17 2002 - 15:08:33 CDT

Original text of this message

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