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 -> PLS 00103 error when creating package/body

PLS 00103 error when creating package/body

From: Maria J <mjenson43_at_cambridgecollege.edu>
Date: 27 Jul 2004 19:11:06 -0700
Message-ID: <8c2afc9c.0407271811.436eeef8@posting.google.com>


This is the code:

CREATE or REPLACE PACKAGE wishlist
IS
PROCEDURE p_wishlist (customer number, isbn varchar2); -- Adding Information to Wish List
END wishlist;

I am getting a PLS 00103 - Encountered the Symbol "CREATE" - at line 6 (where the body begins).

I am butting my head on the table here - what obvious thing am I missing? Received on Tue Jul 27 2004 - 21:11:06 CDT

Original text of this message

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