Oracle Error PLS-00555: default expressions are not allowed for SQL operators

Oracle Error Message

PLS-00555: default expressions are not allowed for SQL operators

Reason for the Error

A default expression has been specified for a SQL operator.

Solution

Eliminate the default expression from the operator.