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: running SQL script in UNIX command script

Re: running SQL script in UNIX command script

From: Gerard H. Pille <ghp_at_skynet.be>
Date: Fri, 05 Dec 2003 21:49:18 +0100
Message-ID: <3FD0EF4E.9050502@skynet.be>


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

Original text of this message

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