Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tDBInput - SELECT CLASS TABLE - ORA-01704: string literal too long

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

Labels (3)
1 Solution

Accepted Solutions
2 Replies
Anonymous
Not applicable
Author

Thanks for the information