Database Error Messages

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

PLS-00154

An object type may have only 1 MAP or 1 ORDER method.

Cause

More than one map or order function was declared. An object type can have only one map function or one order function, but not both.