Oracle Error PLS-00154: An object type may have only 1 MAP or 1 ORDER method.

Oracle Error Message

PLS-00154: An object type may have only 1 MAP or 1 ORDER method.

Reason for the Error

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.

Solution

None