Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my tDBInput I am quering table for 2 fields like
select id, 'xxxxxxxxxxxxxxxx..........' as data from dummy;
and updating the same table dummy with id as key.
The size of data field is VARCHAR2(8000 BYTE) and has a json document.
The tool has created query_tDBInput as String and since the size of the query is very large than String datatype I am receiving this error.
How could I update a table to assign a field whose size is bigger than String?
Thanks.
Even the query_tDBRow_1 is defined as String. Is there a way to update the table who
Thanks for the information