Database Error Messages

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

PLS-00624

USING clause must be used with either aggregate or pipelined functions

Cause

USING clause cannot be used with functions that are not declared with AGGREGATE or PIPELINED properties.


Action

Define function body in PL/SQL or some other language (using external callout call specification).