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: Problem coming out sqlplus from korn shell script

Re: Problem coming out sqlplus from korn shell script

From: Malcolm Turner <mal_at_wcs.dnet.co.uk>
Date: Tue, 25 Aug 1998 13:51:53 GMT
Message-ID: <35e3ae4c.74567981@news2.dnet.co.uk>


Ramey Muforo <muforo_at_gte.net> wrote:

>When I run an oracle script embeded in korn shell, it executes the
>sqlplus commands, but it finishes, it waits at the sqlplus prompt. What
>do I have to do for it to totally get out of sqplus and return to the
>command line.
>
>Thanks in advance for your help.
>Ramey Muforo



Your script needs to finish with an

     exit;
statement. Received on Tue Aug 25 1998 - 08:51:53 CDT

Original text of this message

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