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

Home -> Community -> Usenet -> c.d.o.tools -> Re: why is this SP not compiling at last line?

Re: why is this SP not compiling at last line?

From: James Lorenzen <lorenzen_at_tiny.net>
Date: Wed, 08 Aug 2001 15:59:41 -0500
Message-ID: <080820011559414267%lorenzen@tiny.net>

If the enclosed code is the "entire" prceure, the last line is missing. There needs to be a "/" to execute (compile) the procdure.

James

In article <92a0e580.0108061724.516c44f_at_posting.google.com>, Manoj Nair <debo_nair_at_yahoo.com> wrote:

> create or replace procedure GPMS_Interface
> as
>

 [snip]
>
> end;
> commit;
> end;
> END GPMS_Interface;
Received on Wed Aug 08 2001 - 15:59:41 CDT

Original text of this message

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