Question

I have called an Oracle Stored Procedure which is returning 7 refcursors in Talend Open Studio 5.3.

I want to read all the refcursors and create a single XML file.

Was it helpful?

Solution

I got this working. I have linked the t_parserecordset with t_Oraclesp and then I flowed all the cursors in a t_main component. After that I have created a t_parserecordset for each cursor with input link from t_main component and read the columns.

Now it is working fine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top