How to Set Null value in Update SQL query in DB adapter - Oracle SOA 10g
580288Aug 7 2011 — edited Feb 26 2020Hi,
I have a requirement where i need to perform update sql query to a Oracle DB table. I'm using Oracle SOA 10g. I used the DB adapter Update operation from the DB adapter configuration wizard screen "Perform an operate on a Table".
In the adapter, i have configured all the columns in the table for the update operation, Such that during the update scenario, When i get only values for few columns in the table, all the other columns should be set to Null.
How to perform Null in Update SQL query. Please help.
Thanks.