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: How to hide sqlplus login/passwd

Re: How to hide sqlplus login/passwd

From: Andrey A. Kulaga <kulaga_at_zenon.net>
Date: 11 Dec 1998 13:02:48 +0300
Message-ID: <7ohfv3gfnb.fsf@sor.zenon.net>


starek_at_pluto.spsselib.hiedu.cz (Roman Starek) writes:

> Hi
>
> answer is simple. Create some file with your login name and password
> and execute this one from emacs. Everyone will be able to see only name of
> this file, but contents of this file should be readable only for you. On
> Unix platform use chmod command to do this.
>
>
> Best regards
> Starous

I do so. My script contains one line:

sqlplus -s login/password @$1

and it is set -rwx------

However, when it is running, ps -ef shows string with login/password. Received on Fri Dec 11 1998 - 04:02:48 CST

Original text of this message

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