Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: window solution :-)
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
![]() |
![]() |