Database Error Messages

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

PLS-00655

only functions can be declared as PIPELINED

Cause

user is trying to declare a procedure to be pipeliend function


Action

declare a function instead of a procedure to be a pipelined function