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: window solution :-)

Re: window solution :-)

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 22 Feb 2005 09:11:21 -0800
Message-ID: <1109092281.075419.14670@o13g2000cwo.googlegroups.com>

lambu..._at_yahoo.com wrote:
> Hi,
>
> 'echo password' just echoes the literal 'password' in DOS prompt.
>
> Thanks.

I used "password" as a placeholder for actual password. So if your password was foo then it would be echo foo. Echo by itself will just print whatever follows. But if it is piped to sqlplus, like echo password|sqlplus ...
Note: Pipe is identified by |
then it sends the password to sqlplus and replaces it at the first prompt for password.

Regards
/Rauf Received on Tue Feb 22 2005 - 11:11:21 CST

Original text of this message

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