Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
I am using tDBRow Component to extract the data from the oracle database.
While extracting we are getting only 2000-character length. But actual size length was 3522 characters. There were no settings to specify the fetch size.
Is there any solution to fetch the actual data instead of limit?
Appreciate your help! Thanks.
Regards,
Shilpa
Hello @Silpa Dowpati ,
Did you ever setup the Length for the column in the tDBRow schema like the below? if no, setup it to 4000 to re-try?
Best regards
Aiming
Achen, Thanks for response.
We checked it. This option didn't work.