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: Geomancer <pharfromhome_at_hotmail.com>
Date: 5 Dec 2003 04:29:42 -0800
Message-ID: <cf90fb89.0312050429.43b60cce@posting.google.com>


Change like this to add a backslash:

#!/bin/ksh
sqlplus /NOLOG <<!
connect johndoe/password;
select count(token_text) from dr\$item_ctxdesc$i; Received on Fri Dec 05 2003 - 06:29:42 CST

Original text of this message

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