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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tOracleRow and propagate ResultSet

How is "Propagate ResultSet" supposed to work?
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello
This option is used to Propagate the recordset when you use 'select' statement on tOracleRow component, you will use a tParseRecordset after tOracleRow to parse the recordset.
See my screenshots.
Best regards

shong
Best

View solution in original post

8 Replies
Anonymous
Not applicable
Author

Sorry, a part of my message went missing...
What I meant was: how can I get the resultSet to be propagated when cheking "Propagate ResultSet" when there is no ResultSet row type?
Anonymous
Not applicable
Author

Is it a non-working option?
Anonymous
Not applicable
Author

Hello
This option is used to Propagate the recordset when you use 'select' statement on tOracleRow component, you will use a tParseRecordset after tOracleRow to parse the recordset.
See my screenshots.
Best regards

shong
Best
Anonymous
Not applicable
Author

OK, I had missed the whole tParseRecordSet stuff! Sorry and thanks a lot.
Anonymous
Not applicable
Author

Do you know why I cannot see you screenshot ? Regards,
Anonymous
Not applicable
Author

Thanks for your help Abhishek. 

I have another question. Is it possible to store a SQL query in a txt file and then execute it in tDBRow ? 

My goal is to externalize my SQL query of my talend job.

 

Regards,

 

Quentin CHOUTEAU

Anonymous
Not applicable
Author

I found the solution. 

Thank you very much for your help.

 

Regards,

 

Quentin