* Bonjour, *

Voici la partie de mon programme avec l'erreur :

Les erreurs signalées :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Rapport d'erreur :
ORA-06550: line 4, column 7:
PLS-00103: Encountered the symbol "AND" when expecting one of the following:
 
   begin case declare else elsif end exit for goto if loop mod
   null pragma raise return select update while with
   <identificateur> <identificateur entre guillemets>
   <variable bind> << close current delete fetch lock insert
   open rollback savepoint set sql execute commit forall merge
   pipe
ORA-06550: line 5, column 9:
PLS-00103: Encountered the symbol "ELSE" 
ORA-06550: line 8, column 7:
PLS-00103: Encountered the symbol "AND" when expecting one of the following:
 
   begin case declare end exit for goto if loop mod null pragma
   raise return select update while with <identificateur>
   <identificateur entre guillemets> <
ORA-06550: line 10, column 6:
PLS-00103: Encountered the symbol "END" 
06550. 00000 -  "line %s, column %s:\n%s"
*Cause:    Usually a PL/SQL compilation error.
*Action:
Quelqu'un pourrait m'aider?

* Merci *