PLS-00359

Error: PLS-00359: assignment target in 'string' must have components

Causa: An assignment target was declared that lacks the components needed to store the assigned values. For example, this error occurs if you try to assign a row of column values to a variable instead of a record, as follows:

Acción: Check the spelling of the names of the assignment target and all its components. Make sure the assignment target is declared with the required components and that the declaration is placed correctly in the block structure.

COMENTARIOS:


No hay comentarios.