Bonjour,

j'ai ce type de curseur:

CURSOR curs_1 IS
SELECT x1,
x2,
x3,
x4,
x5,
x6,
x7,
x8,
x9,
FROM Table1


FOR c_fp_personne_ctrl_rec IN c_fp_personne_ctrl

LOOP

MOn code;
end loop;

Comment je peux faire pour tester si ce curseur me renvoit quelque chose.
Je voudrais renvoyer une erreur lorsque l'on a not data found.

Merci