Erreur(5,3): PLS-00103: Rencontré le symbole du “début” lorsque attend l'une des opérations suivantes: langue

essayons de créer le package simple avec une seule procédure:

CREATE OR REPLACE 
PACKAGE PACKAGE1 AS 

procedure procHTML1 is
begin
htp.print('
<html>
 <head>
  <title>PL/SQL Example Pages</title>
 </head>
<body>');
end procHTML1;

END PACKAGE1;

mais je reçois

Error(5,3): PLS-00103: Encountered the symbol "BEGIN" when expecting one of the following:     language 
Error(14,5): PLS-00103: Encountered the symbol "PACKAGE1" when expecting one of the following:     ; 

Toute aide sera appréciée

OriginalL'auteur Adam Bilinski | 2012-05-18