Not showing your password in sql*plus

From: Petter Henrik Hansen <petter_at_fdmetd.uucp>
Date: 10 Feb 94 07:12:59 GMT
Message-ID: <3944_at_fdmetd.uucp>


Here are my two cents worth:

When using sqlplus it is a simple way to hide your password from the ps command.

sqlplus <<-EOF
system/manager
select * from dual;
_at_test
exit
EOF The ps command will display only the sqlplus command and not what is to be executed in sqlplus.
Try it.

Seeing is believing

Petter Henrik Hansen, FD Software AS , P.O. Box 135 SKOYEN, 0212 OSLO, NORWAY

Phone : +47 2 52 84 02                            Fax   : +47 2 52 85 10
E-mail : P.H.Hansen_at_fdsw.no
<The opinions expressed, if any, do not represent FD Software AS> Old bankers never die, they just loose interest. Received on Thu Feb 10 1994 - 08:12:59 CET

Original text of this message