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 -> Re: Shell Scripts/PW Security

Re: Shell Scripts/PW Security

From: Aziz Rahman <arahm_at_ctp.com>
Date: 1996/11/26
Message-ID: <57ds0a$7l0@concorde.ctp.com>#1/1

In order to do this, the shell script should contain:

sqlplus /nolog @sqlscript_to_run remote_sqlservice

And 'sqlscript_to_run' should contain:

connect username/password@&&1

before any SQL statements.

Hope this helps.

Received on Tue Nov 26 1996 - 00:00:00 CST

Original text of this message

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