Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top