Resolution: The "merge" statement is specific to Oracle and in BW we normally do not support features specific to database vendors
Here are a couple of workarounds which you can use in your process:
- Create a Stored Procedure to perform the MERGE statement, and then use JDBC Call activity to invoke this Stored Procedure. - Use SQL Direct activity.