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

PLS-00103:

From: <amitka_at_gmail.com>
Date: 9 Aug 2006 03:31:11 -0700
Message-ID: <1155119471.376969.195120@i42g2000cwa.googlegroups.com>


Hi,

I am trying the following and the error i am getting is also pasted.

OS: solaris 9
DB: SQL*Plus: Release 9.2.0.1.0
I am lo

SQL> create procedure sample6
  2 a:=1 number;
  3 b:=1 number;
  4 c number;
  5 begin
  6 c:=a+b;
  7 end;
  8 /

Warning: Procedure created with compilation errors.

SQL> show error
Errors for PROCEDURE SAMPLE6:

LINE/COL ERROR




2/1 PLS-00103: Encountered the symbol "A" when expecting one of the
         following:
         ( ; is with authid as cluster compress order using compiled
         wrapped external deterministic parallel_enable pipelined
Received on Wed Aug 09 2006 - 05:31:11 CDT

Original text of this message

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