Descripción: wrong number of values in the INTO list of a FETCH statement
Causa: The number of variables in the INTO clause of a FETCH statement does not match the number of columns in the cursor declaration.
Acción: Change the number of variables in the INTO clause or the number of columns in the cursor declaration so that the numbers match.
COMENTARIOS:
No hay comentarios sobre este error.