Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQLPLUS issue from ksh script

Re: SQLPLUS issue from ksh script

From: Andrey Kriushin <Andrey.Kriushin_at_rdtex.ru>
Date: Fri, 26 May 2006 21:04:48 +0400
Message-ID: <44773530.4000109@rdtex.ru>


I'd recommend to use

sqlplus "/ as sysdba" <<\EOJ
...
EOJ
i.e. put "escape" in before "stopping string". Probably some filename expansion took place at your '*', '#' treated as comments etc.

HTH

David Barbour wrote:
> Ideas? Thanks.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 26 2006 - 12:04:48 CDT

Original text of this message

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