<?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: [resolved] Help on tOracleBulkExec-cannot run program &amp;quot;sqlldr&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341694#M109623</link>
    <description>Please do me a favor!</description>
    <pubDate>Thu, 08 Sep 2011 14:09:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-08T14:09:26Z</dc:date>
    <item>
      <title>[resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341693#M109622</link>
      <description>Hi All,
&lt;BR /&gt;Can anybody help on this.
&lt;BR /&gt;My Oracle 10g environment is on Linux Server.
&lt;BR /&gt;And Talend is installed on windows 2003.
&lt;BR /&gt;Talend Version is 4.1.2
&lt;BR /&gt;When using component tOracleBulkExec to load file into oracle database.
&lt;BR /&gt;Following error occurs
&lt;BR /&gt;-------------------------------------------------------------------------
&lt;BR /&gt;Exception in component tOracleBulkExec_1
&lt;BR /&gt;java.io.IOException: Cannot run program "sqlldr": CreateProcess error=2, The system cannot find the file specified
&lt;BR /&gt; at java.lang.ProcessBuilder.start(Unknown Source)
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source)
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source)
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source)
&lt;BR /&gt; at omantelbi.fixline_file_load_0_1.FIXLINE_FILE_LOAD.tFileList_1Process(FIXLINE_FILE_LOAD.java:4152)
&lt;BR /&gt; at omantelbi.fixline_file_load_0_1.FIXLINE_FILE_LOAD.tChronometerStart_2Process(FIXLINE_FILE_LOAD.java:2961)
&lt;BR /&gt;-------------------------------------------------------------------------
&lt;BR /&gt;I try sqlldr manually in Oracle Server, and it works fine.
&lt;BR /&gt;BTW, OracleConnection &amp;amp; OracleOutput works fine.</description>
      <pubDate>Sat, 16 Nov 2024 12:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341693#M109622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341694#M109623</link>
      <description>Please do me a favor!</description>
      <pubDate>Thu, 08 Sep 2011 14:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341694#M109623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-08T14:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341695#M109624</link>
      <description>Have you set the environment variables for Oracle on the machine for the user that is runnin sqlldr?&lt;BR /&gt;See also &lt;A href="http://ugweb.cs.ualberta.ca/~c391/manual/chapt3.html" rel="nofollow noopener noreferrer"&gt;http://ugweb.cs.ualberta.ca/~c391/manual/chapt3.html&lt;/A&gt;</description>
      <pubDate>Thu, 08 Sep 2011 15:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341695#M109624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-08T15:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341696#M109625</link>
      <description>Hi Rob,&lt;BR /&gt;Thanks for you reply.&lt;BR /&gt;Since current I have two servers.&lt;BR /&gt;Server A (Linux with Oracle Installed)&lt;BR /&gt;Server B (Windows 2003 with Talend Installed)&lt;BR /&gt;I am not sure if when use Oracle Bulk operation in talend, oracle client needs to be installed on Server B?&lt;BR /&gt;As indcated by this webinfo &lt;BR /&gt;//www.talendforge.org/wiki/doku.php?id=doc:installation_guide_external_software &lt;BR /&gt;And the path of Server A is as follows:&lt;BR /&gt;sqlldr should have been included already.&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;[]$ echo $ORACLE_HOME&lt;BR /&gt;/opt/oracle/product/10.2.0/db_1&lt;BR /&gt;[]$ echo $PATH&lt;BR /&gt;/opt/oracle/product/10.2.0/db_1/bin:/usr/sbin:/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;Also I can run sqlldr manually on oracle server A.&lt;BR /&gt;But I am not sure what user talend would use when run the sqlldr?</description>
      <pubDate>Thu, 08 Sep 2011 20:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341696#M109625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-08T20:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341697#M109626</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I am not sure if when use Oracle Bulk operation in talend, oracle client needs to be installed on Server B?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi 
&lt;BR /&gt;Yes, you are required to install Oracle client and set its path to system variable PATH if the job is executed on server B.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 09 Sep 2011 03:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341697#M109626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-09T03:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341698#M109627</link>
      <description>Hi All,&lt;BR /&gt;Thanks.&lt;BR /&gt;After installed Oracle Client, and it works fine.</description>
      <pubDate>Fri, 09 Sep 2011 11:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341698#M109627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-09T11:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Help on tOracleBulkExec-cannot run program "sqlldr"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341699#M109628</link>
      <description>Hi Shong, 
&lt;BR /&gt;I am using Talend 5.6.1.&amp;nbsp; 
&lt;BR /&gt;I got the following error when I use tOracleOutputBulkExec: 
&lt;BR /&gt;------------------------------------------------------------- 
&lt;BR /&gt;Exception in component tOracleOutputBulkExec_1_tOBE 
&lt;BR /&gt;java.io.IOException: Cannot run program "sqlldr": CreateProcess error=2, The system cannot find the file specified 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source)... 
&lt;BR /&gt;------------------------------------------------------------ 
&lt;BR /&gt;I have Oracle11g client installed on my Windows machine and the following environment variables are set: 
&lt;BR /&gt;ORACLE_HOME: C:\Oracle\product\11.2.0\client_1 
&lt;BR /&gt;TNS_ADMIN: C:\Oracle\product\11.2.0\client_1\network\admin 
&lt;BR /&gt;PATH contains:&amp;nbsp; C:\Oracle\product\11.2.0\client_1\bin\ 
&lt;BR /&gt;I have added a service name to the C:\Oracle\product\11.2.0\client_1\network\admin\tnsnames.ora 
&lt;BR /&gt;Could you please help me to figure out what has gone wrong? 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Sophie</description>
      <pubDate>Thu, 04 Feb 2016 16:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Help-on-tOracleBulkExec-cannot-run-program-quot-sqlldr/m-p/2341699#M109628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T16:45:07Z</dc:date>
    </item>
  </channel>
</rss>

