Hi All,
I have a straight forward workflow in which, I am reading data from a table having UTF characters and writing back into the same table.
WCHAR column data is properly read using "Force SQL WCHAR Support" from a oracle DB table.
While writing the same v_wstring data in same oracle table, column value got truncated below.

Input:

Output:

I am not able to write V_WSTRING data in oracle db table. Whenever I am writing it, data got truncated and First character is getting loaded in the table.