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: Passwords in UNIX process list

Re: Passwords in UNIX process list

From: Peter Sylvester <peters_at_mitre.org>
Date: Thu, 07 Feb 2002 13:39:43 -0500
Message-ID: <3C62C9EF.A85104E4@mitre.org>


try

sqlplus /nolog <<EOF
connect user/password
...
EOF -Peter

Craig Silver wrote:
>
> I'm trying to keep database passwords out of the 'ps' listing on a UNIX
> system.
>
> I've use simple redirect scripts in the past, with Sybase and Informix.
> These would just feed the password to the database login process rather
> than including it on the command line ( login/password ).
>
> sqlplus dblogin <<!
> dbpassword
> select ......;
> quit
> !
>
> I get errors from Oracle (8.1.6) when trying this froma ksh script -
> SP2-0306 Invalid option. and a usage message .
>
> I can drag something like 'expect' into the mix, but I would like to use
> a simpler solution, if it exists. The system I'm working on does not
> use the operating system credentials for the database access.
>
> I'm more of a UNIX admin than a DBA, so please pardon my ignorance if
> this is a stupid question. I have looked through some Oracle 7 course
> material from about 4 years ago, and a couple of O'reilly books I've
> got, but haven't come across a solution yet.
>
> Thanks for any help or direction you can provide.
>
> -Craig
Received on Thu Feb 07 2002 - 12:39:43 CST

Original text of this message

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