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: PLS-00103:

Re: PLS-00103:

From: gazzag <gareth_at_jamms.org>
Date: 9 Aug 2006 04:38:01 -0700
Message-ID: <1155123481.405821.289480@i3g2000cwc.googlegroups.com>


steph wrote:
> some errors there, like that it compiles:
>
> create or replace procedure sample6 is
> a number:=1;
> b number:=1;
> c number;
> begin
> c:=a+b;
> end;
>
> ... maybe you should start off with a "hello world" example ...

Or perhaps the OP should start here:

http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_610a.htm#2072426

;-) Received on Wed Aug 09 2006 - 06:38:01 CDT

Original text of this message

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