<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic Schema for tFileInputDelimited and tOracleOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375521#M137926</link>
    <description>&lt;P&gt;But we are able to insert record from Oracle side.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jun 2018 10:14:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-19T10:14:49Z</dc:date>
    <item>
      <title>Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375513#M137918</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have requirement where we need to load data from input file and load into Oracle table.However input file schema should not be hard coded.By using tfilelist system should pick file one by one and according to data file structure ,system should create dynamic schema for tFileInputDelimited and tOracleOutput components and load data into mapped tables.&lt;/P&gt;
&lt;P&gt;As the no of input files is more (around 300 +) and each file may have different structure.Thus it is not possible to create schema for each file.&lt;/P&gt;
&lt;P&gt;We are looking for an appropriate solution&amp;nbsp; and&amp;nbsp; for&amp;nbsp;tFileInputDelimited and tOracleOutput&amp;nbsp; to read data dynamically and insert into tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375513#M137918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T11:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375514#M137919</link>
      <description>&lt;P&gt;if you are not on the free version you can use dynamic as row type. This type replace all columns and keep the type.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 14:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375514#M137919</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-11T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375515#M137920</link>
      <description>&lt;P&gt;I got following error when i used tinputfiledelimited and toracleoutput components with 'Dynamic' schema type.&lt;/P&gt;
&lt;P&gt;My Graph design :&amp;nbsp;&lt;SPAN&gt;tinputfiledelimited&amp;nbsp; &amp;nbsp;-&amp;gt; tOracleOutput&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLException: Missing IN or OUT parameter at index:: 96&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1821)&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.addBatch(OraclePreparedStatement.java:10010)&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatementWrapper.addBatch(OraclePreparedStatementWrapper.java:1358)&lt;BR /&gt;at artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param$1tAsyncIn_tOracleOutput_1_ParallelThread.run(Transt_Stg_Load_Param.java:2801)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375515#M137920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375516#M137921</link>
      <description>You are using stored procédure!&lt;BR /&gt;ones you have db trigger with trouble.&lt;BR /&gt;or you are not ussing the good component .&lt;BR /&gt;to use store proc use tOracleRow</description>
      <pubDate>Thu, 14 Jun 2018 14:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375516#M137921</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-14T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375517#M137922</link>
      <description>&lt;P&gt;Oracleoutput is used to insert data into oracle table.We would like to make a graph which will read data from file and inserting into oracle table with dynamic schema.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 06:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375517#M137922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T06:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375518#M137923</link>
      <description>&lt;P&gt;try to insert into a new table.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375518#M137923</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-15T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375519#M137924</link>
      <description>&lt;P&gt;Didn't work diff options....Giving background of this issue again.Can anybody please suggest how to achieve this in Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We have requirement where we need to load data from different input files and load into Oracle tables.As input files structures are different for each files thus schema cannot be hardcoded.By using tfilelist system should pick file one by one and according to data file structure ,system should create dynamic schema for tFileInputDelimited and tOracleOutput components and load data into mapped tables.&lt;/P&gt; 
&lt;P&gt;As the no of input files is more (around 300 +) and each file will have different structure.Thus it is not possible to create schema for each file.&lt;/P&gt; 
&lt;P&gt;We are looking for an appropriate solution and for tFileInputDelimited and tOracleOutput to read data dynamically and insert into tables.&lt;/P&gt; 
&lt;P&gt;We tried tinputfiledelimited (to read file) and toracleoutput (to load data into oracle table) components with 'Dynamic' schema type.&lt;/P&gt; 
&lt;P&gt;My Graph design : tinputfiledelimited -&amp;gt; tOracleOutput&lt;/P&gt; 
&lt;P&gt;However we got below exception&lt;/P&gt; 
&lt;P&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLException: Missing IN or OUT parameter at index:: 96&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1821)&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.addBatch(OraclePreparedStatement.java:10010)&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatementWrapper.addBatch(OraclePreparedStatementWrapper.java:1358)&lt;BR /&gt;at artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param$1tAsyncIn_tOracleOutput_1_ParallelThread.run(Transt_Stg_Load_Param.java:2801)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 08:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375519#M137924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375520#M137925</link>
      <description>it's an oracle prolem try to create and insert data into table with the same user.
&lt;BR /&gt;check global and table triggers
&lt;BR /&gt;missing in out parameter is an package or procedure error.
&lt;BR /&gt;good luck,</description>
      <pubDate>Tue, 19 Jun 2018 09:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375520#M137925</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-19T09:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375521#M137926</link>
      <description>&lt;P&gt;But we are able to insert record from Oracle side.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 10:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375521#M137926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T10:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375522#M137927</link>
      <description>are you using same user/pwd?&lt;BR /&gt;is there db triggers?&lt;BR /&gt;is there table triggers?&lt;BR /&gt;is there package procedures or functions?&lt;BR /&gt;are they all compilled?&lt;BR /&gt;try to insert one line from a new talend job. recreating connection.</description>
      <pubDate>Tue, 19 Jun 2018 10:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375522#M137927</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-19T10:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375523#M137928</link>
      <description>&lt;P&gt;Same graph is working when we use static schema (defined all 99 columns and their data type in design time) type...&amp;nbsp;&lt;/P&gt;&lt;P&gt;So look like the problem with dynamic schema type.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 10:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375523#M137928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T10:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375524#M137929</link>
      <description>so try dynamics adding column by column.&lt;BR /&gt;a data type or a data may lock the process.&lt;BR /&gt;when I do so I prefer to creat table in a first job to format column name and to set all as string. in a second time load data and then check and format data on db side.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2018 11:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375524#M137929</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-19T11:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375525#M137930</link>
      <description>&lt;P&gt;Can you please elaborate more.. or possible to put graph image.&lt;/P&gt;
&lt;P&gt;That will us to understand and implement properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 11:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375525#M137930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375526#M137931</link>
      <description>create one job executing a create table using tfilelist tfile input (read only 1 line) tmap or tjava to create sql create query (define all columns as string) and tOraclerow to execute query.
&lt;BR /&gt;I'm used to use sys table to check tables and columns name and type and update them using alter table.
&lt;BR /&gt;In a second time fill table with data. tfilelist toracleoutput</description>
      <pubDate>Tue, 19 Jun 2018 12:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375526#M137931</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-19T12:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Schema for tFileInputDelimited and tOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375527#M137932</link>
      <description>&lt;P&gt;is there any other way to achieve this in Talend ?&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt;create one job executing a create table using tfilelist tfile input (read only 1 line) tmap or tjava to create sql create query (define all columns as string) and tOraclerow to execute query. 
 &lt;BR /&gt;I'm used to use sys table to check tables and columns name and type and update them using alter table. 
 &lt;BR /&gt;In a second time fill table with data. tfilelist toracleoutput 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt;create one job executing a create table using tfilelist tfile input (read only 1 line) tmap or tjava to create sql create query (define all columns as string) and tOraclerow to execute query. 
 &lt;BR /&gt;I'm used to use sys table to check tables and columns name and type and update them using alter table. 
 &lt;BR /&gt;In a second time fill table with data. tfilelist toracleoutput 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 08:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Schema-for-tFileInputDelimited-and-tOracleOutput/m-p/2375527#M137932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T08:38:20Z</dc:date>
    </item>
  </channel>
</rss>

