Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: system passwd viewable via ps -ef
Nisar Ahmad (nisar_at_jansher.demon.co.uk) wrote:
: What you can do is to pad out the command line with lots of spaces
: before the username / password so that it goes off the end of the screen
: and you can't see it when you do a ps -ef.
: sqlplus system/password
Not portable and still does not solve the base problem as the parameters are still in the process table:
bash$ uname -a
SunOS wallaceII 5.5.1 Generic i86pc i386 i86pc
bash$ cat pop
#!/bin/sh
sleep 20
bash$ ./pop secret &[1] 440
IAP
-- In an attempt to reduce junk email I use an invalid 'From' address. My correct email address is twod_at_value.netReceived on Fri Apr 11 1997 - 00:00:00 CDT
![]() |
![]() |