Database Error Messages

ORA-38107

Invalid syntax with MERGE without USING clause.

Cause

When USING clause was not specified, then the table or view name should be followed by ON.


Action

Correct the syntax and retry.