Database Error Messages

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

PLS-00523

ORDER methods must return an INTEGER.

Cause

An order member function was written such that it returns something other than an integer type.


Action

Rewrite the ORDER method such that it returns an integer type.