Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help on using host in sqlplus.
shrekreturn_at_yahoo.com (Matt) wrote in
news:955c3e6.0205170916.6ece0042_at_posting.google.com:
> Thanks for your reply.
>
> I knew put them in one line will work. However, it was not what I was
> looking for. The command after host can be very long. Puting them in
> one line will make the script look awkward. And it is generated by
> another script. If I have to put them in one line, I have make a lot
> of changes on that script.
>
> The reason I suspect there must be a way to work around this is that
> the script I was testing is from Michael Ault's Oracle8i
> Administration and Management. If I can not use host in multiple
> lines, many of the scripts in that Book become useless. That's weird.
>
> Thanks.
Why not simply place the multiline script in an OS file and then just HOST out single command which will run this script?
HTH & YMMV Received on Sun May 19 2002 - 10:29:13 CDT
![]() |
![]() |