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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Read full table with tOracleInput

i working with talend in a project and i build a ETL where read a table with tOracleInput. I noted that sometimes this component read incomplete the table. Do you know why? some people say in some forum that it is because oracle is returning query data without doing the full scan. but I need you to read the full table. Do you know how to do it? cheers; Eliana

Labels (1)
  • Other

2 Replies
Anonymous
Not applicable
Author

I think it always ready the whole table according to the sql request you provided.

The issue might be your job.
I think you should allow the job in which you have the tOracleInput to finish before you move to other operations if not compatible
manodwhb
Champion II
Champion II

@evallejo , I have not faced this issue, is not that way,if you restrict something in the query then only it s possible to get not full data.

 

you can check in database backed side ,what query has triggered from Talend.