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: PL/SQL Error with stored procedure

Re: PL/SQL Error with stored procedure

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 22 Jun 1999 20:36:29 +0100
Message-ID: <930080436.8933.0.nnrp-10.9e984b29@news.demon.co.uk>


type

    show errors
immediately after the response:

    Warning: Procedure created with compilation errors.

The specific problem been flagged in this case is that there should be a semi-colon after

             f_txt test.txt%type
(and also another one after

             f_bez test.bez%type
)

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Fred wrote in message <376FE103.52711B26_at_netway.at>...
>Trying to write and execute this simple procedure, I get the following
>error-messages:
Received on Tue Jun 22 1999 - 14:36:29 CDT

Original text of this message

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