<?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: tOracleBulkExec needs oracle client on Talend execution server? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364990#M128658</link>
    <description>Hi Shong, 
&lt;BR /&gt;I have tried tOracleOutput for that table and it inserted data with no issue! The reason that I picked tOracleOutputBulkExec was that the number of records are a lot. I wanted to speed up the load, as with tOracleOutput it took 30 minutes for for 50K records, and I have around 1M. I have used tOracleOutputBulkExec before and it worked fine! 
&lt;BR /&gt;I have truncated the table to use tOracleOutputBulkExec. 
&lt;BR /&gt;I'd appreciate if you could refer me to any post or other solution to speed up the load of tables with huge data. 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Hi Sanvaibhav, 
&lt;BR /&gt;tOracleOutputBulkExec doesn't give me the reject flow to test that! 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBHP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150953iE8DF04EC8B7463CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBHP.jpg" alt="0683p000009MBHP.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 16 Apr 2014 18:19:44 GMT</pubDate>
    <dc:creator>fbehfar</dc:creator>
    <dc:date>2014-04-16T18:19:44Z</dc:date>
    <item>
      <title>tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364982#M128650</link>
      <description>I am getting a message "cannot find file sqlldr" when the tOracleOutputBulkExec component starts to execute.  sqlldr.exe is an oracle utility used for direct path loading of data.  The error seems to suggest that the oracle fat client needs to be installed on the server running the talend executable.&lt;BR /&gt;Is that correct that this is a requirement to use the tOracleOutputBulkExec in a job?</description>
      <pubDate>Mon, 23 Sep 2013 17:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364982#M128650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-23T17:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364983#M128651</link>
      <description>I installed oracle client, and put sqlldr in the path.  Job now executes and calls sqlldr, but as soon as sqlldr executes (after all rows output in data file), the job exits with no error - exit code=0&lt;BR /&gt;However, no rows get inserted into target table.&lt;BR /&gt;I added a tFileOutoutDelmited (on Main) after the tOracleOutputBulkExec, but no rows get outputted.  &lt;BR /&gt;So, it seems that sqlldr is not executing properly when called by tOracleOutputBulkExec.</description>
      <pubDate>Mon, 23 Sep 2013 21:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364983#M128651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-23T21:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364984#M128652</link>
      <description>Hi 
&lt;BR /&gt;This component requirs an oracle Client installation on the machine where the job is executed. Do you check the 'use an existing connection' option and select a DB connection or create the DB connetion on tOracleOutputBulkExec? If the former, you need to use a tOracleCommit to commit the changes and close the DB connection. A screenshot of job is helpful for us to investigate the problem. 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 24 Sep 2013 10:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364984#M128652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-24T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364985#M128653</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi &lt;BR /&gt;This component requirs an oracle Client installation on the machine where the job is executed. Do you check the 'use an existing connection' option and select a DB connection or create the DB connetion on tOracleOutputBulkExec? If the former, you need to use a tOracleCommit to commit the changes and close the DB connection. A screenshot of job is helpful for us to investigate the problem. &lt;BR /&gt;Shong&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi. Yes, thanks. I got that going now.
&lt;BR /&gt;Now I am at the point of loading data - Talend loads all fine except for CLOB data. I have read all the posts, nothing works. but I will enter that in as a new post.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 24 Sep 2013 20:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364985#M128653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-24T20:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364986#M128654</link>
      <description>Hi,&lt;BR /&gt;I'm using Talend 5.4.1 and when I use tOracleOutputBulkExec I get no error and it shows everything worked fine, but no record is actually inserted!&lt;BR /&gt;I have a commit after tOracleOutputBulkExec, and I also added a row in the load options. I tried with and without 'use an existing connection' option also and it didn't work either!&lt;BR /&gt;Is there any other setting that I need to do?&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 15 Apr 2014 17:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364986#M128654</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-15T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364987#M128655</link>
      <description>Hi, 
&lt;BR /&gt;Here are some of the screenshots of my issue! (previous post) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBGw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148310i0A42EA93E00AB49B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBGw.png" alt="0683p000009MBGw.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 15 Apr 2014 17:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364987#M128655</guid>
      <dc:creator>fbehfar</dc:creator>
      <dc:date>2014-04-15T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364988#M128656</link>
      <description>Hi fatemeh.behfar
&lt;BR /&gt;Can you upload a screenshot of tOracleOutputBulkExec? It might be helpful for us to find out the problem. In addition, have you tried to use a tOracleOutput instead of tOracleOutputBulkExec to see if the data can be inserted into database with same DB connection?
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 16 Apr 2014 03:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364988#M128656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T03:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364989#M128657</link>
      <description>Hi fatemeh,&lt;BR /&gt;Probably your records are getting rejected at the output. Use reject output flow on table2 to find whether there are any rejections are there or not....&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 16 Apr 2014 05:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364989#M128657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364990#M128658</link>
      <description>Hi Shong, 
&lt;BR /&gt;I have tried tOracleOutput for that table and it inserted data with no issue! The reason that I picked tOracleOutputBulkExec was that the number of records are a lot. I wanted to speed up the load, as with tOracleOutput it took 30 minutes for for 50K records, and I have around 1M. I have used tOracleOutputBulkExec before and it worked fine! 
&lt;BR /&gt;I have truncated the table to use tOracleOutputBulkExec. 
&lt;BR /&gt;I'd appreciate if you could refer me to any post or other solution to speed up the load of tables with huge data. 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Hi Sanvaibhav, 
&lt;BR /&gt;tOracleOutputBulkExec doesn't give me the reject flow to test that! 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBHP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150953iE8DF04EC8B7463CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBHP.jpg" alt="0683p000009MBHP.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 16 Apr 2014 18:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364990#M128658</guid>
      <dc:creator>fbehfar</dc:creator>
      <dc:date>2014-04-16T18:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364991#M128659</link>
      <description>I have uploaded the screenshots to the previous post but it doesn't show! 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3V.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135923iD9547036DFB10AF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3V.png" alt="0683p000009MB3V.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 16 Apr 2014 18:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364991#M128659</guid>
      <dc:creator>fbehfar</dc:creator>
      <dc:date>2014-04-16T18:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleBulkExec needs oracle client on Talend execution server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364992#M128660</link>
      <description>Hi,&lt;BR /&gt;Any help on this?&lt;BR /&gt;I can see the .csv file is holding the records with no problem, the records just don't get inserted into database!!!&lt;BR /&gt;I used this component with other version of Talend (5.1.3) with no issue! Now I'm using Talend 5.4.1 and it doesn't work! Could it be the new version issue?!?!&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 19 Jun 2014 22:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleBulkExec-needs-oracle-client-on-Talend-execution-server/m-p/2364992#M128660</guid>
      <dc:creator>fbehfar</dc:creator>
      <dc:date>2014-06-19T22:06:38Z</dc:date>
    </item>
  </channel>
</rss>

