Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Plus, SQL*Load - How to hide password?

Re: SQL*Plus, SQL*Load - How to hide password?

From: John P. Higgins <jh33378nospam_at_deere.com>
Date: 1997/12/02
Message-ID: <34849765.3392@deere.com>#1/1

Nir Dagan wrote:
>
> How can I run a script in sqlplus without everyone getting my password
> using the unix 'ps -ef' command.
>
> I know one way is to enter the password manualy while connecting, Is
> there another way, in which I wont need to type anything during the run?
>
> The same problem occurs in sqlload.
>
> Thanks
> Nir

sqlplus <<EOF
system/manager (whatever)
@script
etc
EOF Received on Tue Dec 02 1997 - 00:00:00 CST

Original text of this message

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