PLS-00460

Error: PLS-00460: REPEATABLE subprogram 'string' has to be RNDS, WNDS, RNPS, and WNPS

Causa: Repeatable subprogram can neither read database state (RNDS), write database state (WNDS), read package state (RNPS), nor write package state (WNPS).

Acción: Make the subprogram to be RNDS, WNDS, RNPS, and WNPS or delete REPEATABLE.

COMENTARIOS:


No hay comentarios.