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: remote / as sysdba

RE: remote / as sysdba

From: <Jared.Still_at_radisys.com>
Date: Thu, 06 Mar 2003 16:18:51 -0800
Message-ID: <F001.00562B35.20030306161851@fatcity.com>


At one time you could set the 'ORACLE_USERNAME=SYSTEM' variable in your oracle.ini
file, and log into any database as SYSTEM ( without a password ) as long as REMOTE_OS_AUTHEN=true.

That was obviously some years ago, and I don't know if that is still possible.

I would have hoped that such an obvious hole was plugged years ago. It seems to
me that it was, but I don't recall details.

Jared

Jacques Kilchoer <Jacques.Kilchoer_at_quest.com> Sent by: root_at_fatcity.com
 03/06/2003 03:28 PM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        RE: remote / as sysdba


I forgot that you could do that. I never liked remote os authentication (is it still possible to easily fool a client into thinking you're someone else?), and I would like it even less if it allowed you to sign on as SYSDBA without a password. The best security is still having different passwords for everything, and if there are too many passwords to remember, just write them down on a post-it note stuck to your monitor.
> -----Original Message-----
> From: Jared.Still_at_radisys.com [mailto:Jared.Still_at_radisys.com]
>
> You could logon that way if Oracle allowed it.
>
> sqlplus "/@dv03 as sysdba"
>
> two different linux boxes, same OS account name on both boxes.
>
> While the previous will result in an ORA-1997 ( sorry, you
> can't remotely
> logon as SYSDBA ), the following works just fine:
>
> sqlplus /@dv03

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
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 Thu Mar 06 2003 - 18:18:51 CST

Original text of this message

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