Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQLPLUS issue from ksh script
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-lReceived on Fri May 26 2006 - 12:04:48 CDT
![]() |
![]() |