PLS-00573

Error: PLS-00573: cannot constrain scale, precision, or range of an anchored type declaration

Causa: A variable declared with \%TYPE or \%ROWTYPE cannot have a scale, precision, or range constraint. Example: x y\%TYPE(10) is not acceptable. It is legal to add "NOT NULL" or non-conflicting CHARACTER SET constraints to anchored type declarations.

Acción: Remove the constraint or use a type name instead of an anchored type.

COMENTARIOS:


No hay comentarios.