Re: Hide Password in SQL Plus

From: Rune & Gry <grpaulse_at_aft.sn.no>
Date: 1996/09/18
Message-ID: <01bba5a0$472e7d00$a3668fc2_at_grpaulse>#1/1


Why don't you use std input in script:

	sqlplus <<END_OF_INPUT
	dbid/password
	...
	any sql statement
	...
	exit;
	END_OF_INPUT


Don Libes <libes_at_nist.gov> wrote in article <s6aloe9gvzy.fsf_at_muffin.nist.gov>...
> In article <3238C8B9.7537_at_wwa.com> Alexander Lyakhovetsky <alexl_at_wwa.com>
 writes:
> We are using sqlplus in shell scripts. In order to connect to a
> database, we have to pass connect string but password becomes visibale
 

> if you run ps command. Is there any way to hide password from ps
> command?
>
> Here is a couple of lines from our script.
>
> CONNECT=dbid/password
> sqlplus $CONNECT
>
> For a nice paper on ways to effectively hide passwords, read:
>
> Libes, D., "Handling Passwords with Security and Reliability in
> Background Processes", Proceedings of the Eighth USENIX System
> Administration Conference (LISA VIII), pp. 57-64, San Diego, CA,
> September 19-23, 1994.
>
> http://www.cme.nist.gov/msid/pubs/libes94d.ps
>
> Don
>
  Received on Wed Sep 18 1996 - 00:00:00 CEST

Original text of this message