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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Rathesh
Contributor
Contributor

Data not fetching in tOracleInput component

I am trying to move data from a oracle table to its archive table using talend. In tOracleInput component, i have included the query which fetches the data to be archived. I am moving data which are older than 2 months to archive based on date column in parent table. In child table, data is moved by linking parent table with foreign key relationship and and based on date. If i execute the query in sql developer data is fetching. Same query is used in talend, but it is not fetching data and job runs with no error. if i remove where condition it is fetching data in talend.

Labels (2)
6 Replies
manodwhb
Champion II
Champion II

@Rathesh,can you make sure are you pointing to right DB? and also check that the same query are you used in Talend where in SQL was giving the output?

Anonymous
Not applicable

Hi,

 

    Could you please share the component screen shots (basic and advanced) and also the query you are executing in Talend?

 

    Another query is whether you are using same user id while fetching data using SQL developer and Talend.

 

Warm Regards,

 

Nikhil Thampi

 

 

Rathesh
Contributor
Contributor
Author

I don't know what is happening in talend 7.1. Sometimes it is fetching and sometimes not.

Anonymous
Not applicable

Hi Rathesh,

 

       Could you please share the screen shot of your job and the component where you are getting the error? If you could share the error message it will help to narrow down the possibilities.

 

       I doubt the error has anything to do with version 7.1.  Did you find any pattern when the data is not getting loaded? Is it something like waiting for any commit to happen from previous transaction?

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable

Hi!

 

I have loaded a table in oracle using tOracleOutput from a csv file. Then i go to oracle and update a record using the update query.

 

After this if i load the oracle table again, it is not showing the updated changes but is reflecting the old data only.

 

Any help is appreciated.

manodwhb
Champion II
Champion II

Have you commited changes?