Database Error Messages

OCI-29801

missing RETURN keyword

Cause

The CREATE OPERATOR or ALTER OPERATOR statement expected the RETURN keyword, but it was missing or a different token was used.


Action

Check the syntax for the CREATE OPERATOR or ALTER OPERATOR statement and specify the RETURN keyword where appropriate.