Re: Running a .sql program using SQLPLUS

From: John P. Higgins <jh33378nospam_at_deere.com>
Date: 1998/02/20
Message-ID: <34EE01D2.7918_at_deere.com>#1/1


Try this:

sqlplus <<EOF
scott/tiger
_at_test.sql
exit
EOF Manjula Krishnan wrote:
>
> > sqlplus scott/tiger _at_test.sql
> >
> > If you put exit as the last line in test.sql, it will log out of sql
> > when it has finished
>
> Beware that password appears in the clear if any one on the system types ps -
> ef to check all processes.
>
> Manjula
Received on Fri Feb 20 1998 - 00:00:00 CET

Original text of this message