Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to hide sqlplus login/passwd
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
![]() |
![]() |