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

Home -> Community -> Usenet -> c.d.o.misc -> How to hide sqlplus login/passwd

How to hide sqlplus login/passwd

From: Andrey A. Kulaga <kulaga_at_zenon.net>
Date: 1998/12/11
Message-ID: <7oyaofm8v0.fsf@sor.zenon.net>#1/1

Dear all.

I need something like

$ sqlplus -s scott/tiger @script.sql

where script.sql is

BEGIN   ...

END;
/
EXIT I need this to compile PL/SQL packages under emacs. However, when sqlplus is running, everyone could do

$ ps -ef | grep sqlplus

and pick my password (tiger). How can I hide my password without need typing it every time I call sqlplus? Received on Fri Dec 11 1998 - 00:00:00 CST

Original text of this message

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