Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00460

REPEATABLE subprogram 'string' has to be RNDS, WNDS, RNPS, and WNPS

Cause

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


Action

make the subprogram to be RNDS, WNDS, RNPS, and WNPS or delete REPEATABLE