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: Abort script in SQLPLUS

Re: Abort script in SQLPLUS

From: Mladen Gogala <mgogala.spam-me-not_at_verizon.net>
Date: Mon, 16 Oct 2006 13:15:19 GMT
Message-Id: <pan.2006.10.16.13.15.19.959021@verizon.net>


On Sat, 14 Oct 2006 15:13:58 -0400, klabu wrote:

> How to quit a script in SQL*PLUS ?
>
> I have this line:
>
> ACCEPT v_inp PROMPT 'Quit (Q) or Run(R) ?'

You should start your script with "#!/usr/bin/perl -w". That would give you all the programming power you need and then some.

-- 
http://www.mladen-gogala.com
Received on Mon Oct 16 2006 - 08:15:19 CDT

Original text of this message

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