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: user interaction with procedure

Re: user interaction with procedure

From: Mladen Gogala <mgogala.SPAM-ME_at_not-at-verizon.net>
Date: Fri, 11 May 2007 00:12:39 +0200 (CEST)
Message-ID: <pan.2007.05.10.22.08.19@not-at-verizon.net>


On Thu, 10 May 2007 05:50:24 -0700, Andrea wrote:

> hi,
> i would like to run this simple procedure:
>
> create or replace procedure p_test as BEGIN
> FINE := 'NO';
> EXIT WHEN FINE = 'YES';
> accept ID char prompt "INSERT DOT FOR CONTINUE"
> select * from prova;
> IF ID := '.' THEN
> FINE := 'YES';
> END IF;
> END LOOP;
> END;
> /
>
> but it sho me error:
>
> 6/8 PLS-00103: Encountered the symbol "ID" when expecting one of the
> following:
> := . ( @ % ;
>
> can someone help me please?
>

Yes. Manuals.

-- 
http://www.mladen-gogala.com
Received on Thu May 10 2007 - 17:12:39 CDT

Original text of this message

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