Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 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: Jacques Kilchoer INET: Jacques.Kilchoer_at_quest.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 - 17:28:19 CST
![]() |
![]() |