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

Home -> Community -> Usenet -> c.d.o.misc -> Re: UNIX-Oracle script interface help

Re: UNIX-Oracle script interface help

From: Marti Rijken <mrijken_at_natrix.gld.nl>
Date: 1998/12/09
Message-ID: <slrn76sati.942.mrijken@natrix.gld.nl>#1/1

On Tue, 08 Dec 1998, sybaseuser_at_hotmail.com <sybaseuser_at_hotmail.com> wrote:
>
>sqlplus -s $LOGNAME/$PASSWORD <<!

 [...]
>!

The exclamation mark is a reserved work in many shells, including the korn shell. It is used, among others, to negate an expression.

Use any other string, e.g. __END_OF_SQL__ and you will be fine. Be sure that not other tokens than this string are on the line where you finish the script.

   @..@ Marti Rijken <mrijken_at_prv.gelderland.nl>   (`--') private mail: mrijken_at_natrix.demon.nl  ( >__< ) URL: http://www.natrix.demon.nl/ Received on Wed Dec 09 1998 - 00:00:00 CST

Original text of this message

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