Database Error Messages

OCI-49008

Output properties cannot have a default value.

Cause

An output property is passed as an argument with the DEFAULT ON NULL syntax.


Action

Remove the DEFAULT ON NULL clause from the call to the PROPERTY operator.