Subject: Re: why is this SP not compiling at last line?
From: James Lorenzen <lorenzen@tiny.net>
Newsgroups: comp.databases.oracle.misc
Message-ID: <080820011559414267%lorenzen@tiny.net>
References: <92a0e580.0108061724.516c44f@posting.google.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8bit
User-Agent: YA-NewsWatcher/5.0.1
Lines: 17
Date: Wed, 08 Aug 2001 15:59:41 -0500
NNTP-Posting-Host: 209.46.118.18
X-Complaints-To: abuse@visi.com
X-Trace: ruti.visi.com 997304368 209.46.118.18 (Wed, 08 Aug 2001 15:59:28 CDT)
NNTP-Posting-Date: Wed, 08 Aug 2001 15:59:28 CDT


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@posting.google.com>, Manoj Nair
<debo_nair@yahoo.com> wrote:

> create or replace procedure GPMS_Interface
> as
> 
 [snip]                                                                                                              
>  
>   end;
>   commit;
>  end;                                                                                                           
> END GPMS_Interface;

