Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Question for SQL PEOPLE.
There have been many solutions to this problem. The one that works
best for me is:
sqlplus userid @runit.sql <<EOF
passwd
EOF
Your mileage may vary.
>
> Hello..
>
> Question for ya guys/gals...
>
> I was wondering if anyone knows a way to somehow mask the sqlplus line
> or even the password that comes with doing a ps -ef | grep sqlplus
> statement in UNIX.
>
> What I mean, is that if I have a user that is doing a
> sqlplus whatever/whatever_at_whatever and I goto that machine
> and do a ps -ef | grep sqlplus, it shows me how the person is coming
> in.
>
> Is there a way to somehow mask this or not show it all???
>
> I would appreciate any help you gurus could give me..
>
> Kayne Grau
> (kayne.grau_at_coat.com)
>
Received on Wed Jan 03 1996 - 16:26:04 CST