Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Talend Open Studio 5.3で7つのrefcursorsを返すOracle Stored Procedureを呼び出しました。
すべての参照カーソルを読み取り、単一の XML ファイルを作成したいと考えています。
私はこれを機能させました。t_parserecordset を t_Oraclesp にリンクしてから、すべてのカーソルを t_main コンポーネントにフローしました。その後、t_main コンポーネントからの入力リンクを使用して各カーソルの t_parserecordset を作成し、列を読み取りました。
現在、正常に動作しています。