Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ps -ef shows oracle passwords (HP-UX)
Create a file containing:
sqlplus <<-EOF
username/password
@my_script.sql
EOF
Then the password is not avaible through ps, but resides in the file
instead. Also
a security hazard. :( Remember access rights!
Petter henrik Hansen
Bernhard Husar wrote:
> How can I avoid this if I need to have sqlplus-scripts called in the
> background by cron jobs with a syntax like this:
>
> sqlplus username/password @my_script.sql
>
> Please be so kind and mail your answer also to
> husar_at_mail.boku.ac.at
>
> Thanks a lot for your help!
>
> regards,
> Bernhard Husar
Received on Tue Nov 03 1998 - 14:08:55 CST
![]() |
![]() |