<?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: /bin/sh: sqlplus: command not found in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361024#M125481</link>
    <description>&lt;P&gt;try giving the full path to your sqlplus binary -- if this works you would just need to add it to your PATH env var&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 16:41:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-28T16:41:37Z</dc:date>
    <item>
      <title>/bin/sh: sqlplus: command not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361023#M125480</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using TAC 6.3 and below is the version of java on my &lt;STRONG&gt;job server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;[user1@Server01 ~]$ java -version
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)&lt;/PRE&gt;
&lt;P&gt;My job simply excute a command (only one command)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I change the command in my job to :&lt;/P&gt;
&lt;PRE&gt;"touch /home/user1/touch.csv"&lt;/PRE&gt;
&lt;P&gt;I have the file my server, the job execute normaly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;[User1@Server01 ~]$ ls -ltr touch*
-rw-r--r-- 1 user1 user1 0 28 sept. 12:56 touch.csv
[User1@Server01 ~]$&lt;/PRE&gt;
&lt;P&gt;When I change the command to&lt;/P&gt;
&lt;PRE&gt;"sqlplus"&lt;/PRE&gt;
&lt;P&gt;After job execution, I have the error message :&lt;/P&gt;
&lt;PRE&gt;/bin/sh: sqlplus: command not found&lt;/PRE&gt;
&lt;P&gt;When I connect to the server with user1, I can see the sqlplus is installed on the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely&lt;/P&gt;
&lt;P&gt;dgm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 16:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361023#M125480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T16:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: /bin/sh: sqlplus: command not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361024#M125481</link>
      <description>&lt;P&gt;try giving the full path to your sqlplus binary -- if this works you would just need to add it to your PATH env var&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 16:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361024#M125481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T16:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: /bin/sh: sqlplus: command not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361025#M125482</link>
      <description>&lt;P&gt;Hi JCM,&lt;/P&gt;
&lt;P&gt;Thanks for your message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;[user1@Server01 ~]$ echo $PATH
...:&lt;STRONG&gt;/opt/oracle/na/11.2/bin&lt;/STRONG&gt;:....
[user1@Server01 ~]$&lt;/PRE&gt;
&lt;P&gt;When I connect to the linux server, I can see that the path to bin folder is there.&lt;/P&gt;
&lt;PRE&gt;[user1@Server01 ~]$ sqlplus

SQL*Plus: Release 11.2.0.1.0 Production on Thu Sep 28 17:10:10 2017

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Enter user-name:&lt;/PRE&gt;
&lt;P&gt;I think that's why when I type "&lt;STRONG&gt;sqlplus&lt;/STRONG&gt;" from any folder, I have an answer.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 18:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361025#M125482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T18:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: /bin/sh: sqlplus: command not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361026#M125483</link>
      <description>&lt;P&gt;Problème résolu :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I included in the tsystem component of talend two environment variables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ORACLE_HOME&lt;/LI&gt;&lt;LI&gt;PATH&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it's ok.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 15:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/bin-sh-sqlplus-command-not-found/m-p/2361026#M125483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-29T15:21:02Z</dc:date>
    </item>
  </channel>
</rss>

