Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: running SQL script in UNIX command script
Geomancer wrote:
> Change like this to add a backslash:
>
> #!/bin/ksh
> sqlplus /NOLOG <<!
> connect johndoe/password;
> select count(token_text) from dr\$item_ctxdesc$i;
You are almost there, Geo.
-- Gerard H. Pille (plaats puntjes tussen mijn initialen om te antwoorden)Received on Fri Dec 05 2003 - 14:49:18 CST
![]() |
![]() |