<?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] Left join on two different tables which are in different schemas in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290314#M63609</link>
    <description>Thank for your response but it doesnt work. 
&lt;BR /&gt; 
&lt;BR /&gt;I get an Error. 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tOracleInput_1&lt;BR /&gt;java.sql.SQLSyntaxErrorException: ORA-00942: Tabelle oder View nicht vorhanden&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I use&amp;nbsp; 
&lt;FONT face="consolas," monaco=""&gt;tOracleInput_1 and this statement, which works fine in sqlplus. The tablename is empty also in &lt;/FONT&gt; 
&lt;FONT face="consolas," monaco=""&gt;tOracleInput_1 &lt;/FONT&gt; 
&lt;FONT face="consolas," monaco=""&gt;component.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;SELECT oes.id, oes.kurzbez, oes.langbez, oes.bst FROM (SELECT id, kurzbez, langbez, bst FROM PAR2_CLEANSING_AREA.CAS_ZAS_M_OES) oes &lt;BR /&gt;LEFT OUTER JOIN (SELECT elem2 FROM PAR3_CORE.COR_M_S_BST) bst&lt;BR /&gt;ON oes.bst = bst.elem2&lt;/PRE&gt;</description>
    <pubDate>Fri, 18 Nov 2016 17:17:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-18T17:17:11Z</dc:date>
    <item>
      <title>[resolved] Left join on two different tables which are in different schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290312#M63607</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;how I can execute an SQL Join Statement on two tables like this one.&lt;BR /&gt;SELECT a.*, b.* FROM schemaA.TABLEA a LEFT JOIN schemaB.TABLEB b ON a.id = b.id;&lt;BR /&gt;&lt;BR /&gt;I want to execute it in the database because the dataset is very big.&lt;BR /&gt;Any ideas or help?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 14:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290312#M63607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T14:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Left join on two different tables which are in different schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290313#M63608</link>
      <description>Hi&lt;BR /&gt;You can execute it as You wrote, just for help You self to avoid problems - change &lt;B&gt;a.*, b.*&lt;/B&gt; to the full list of columns which You plan use in Talend&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;SELECt a.col1, a.col2, b.col4 FROM schemaA.TABLEA a LEFT JOIN schemaB.TABLEB b ON a.id = b.id;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and use this query in any Input components (tMySQLInput, tMSSQLInput and etc) as source query, table name leave empty</description>
      <pubDate>Fri, 18 Nov 2016 15:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290313#M63608</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-18T15:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Left join on two different tables which are in different schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290314#M63609</link>
      <description>Thank for your response but it doesnt work. 
&lt;BR /&gt; 
&lt;BR /&gt;I get an Error. 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tOracleInput_1&lt;BR /&gt;java.sql.SQLSyntaxErrorException: ORA-00942: Tabelle oder View nicht vorhanden&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I use&amp;nbsp; 
&lt;FONT face="consolas," monaco=""&gt;tOracleInput_1 and this statement, which works fine in sqlplus. The tablename is empty also in &lt;/FONT&gt; 
&lt;FONT face="consolas," monaco=""&gt;tOracleInput_1 &lt;/FONT&gt; 
&lt;FONT face="consolas," monaco=""&gt;component.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;SELECT oes.id, oes.kurzbez, oes.langbez, oes.bst FROM (SELECT id, kurzbez, langbez, bst FROM PAR2_CLEANSING_AREA.CAS_ZAS_M_OES) oes &lt;BR /&gt;LEFT OUTER JOIN (SELECT elem2 FROM PAR3_CORE.COR_M_S_BST) bst&lt;BR /&gt;ON oes.bst = bst.elem2&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Nov 2016 17:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290314#M63609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T17:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Left join on two different tables which are in different schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290315#M63610</link>
      <description>look, I not have Your schemas to make test right now, but I use similar construction regular 
&lt;BR /&gt;error provided - not Talend it is Oracle error -&amp;nbsp; 
&lt;A href="https://www.techonthenet.com/oracle/errors/ora00942.php" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.techonthenet.com/oracle/errors/ora00942.php&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;why so strange construction? more simple also must work 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;SELECT oes.id, oes.kurzbez, oes.langbez, oes.bst &lt;BR /&gt;FROM PAR2_CLEANSING_AREA.CAS_ZAS_M_OES oes &lt;BR /&gt;LEFT OUTER JOIN PAR3_CORE.COR_M_S_BST bst&lt;BR /&gt;ON oes.bst = bst.elem2&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Nov 2016 17:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290315#M63610</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-18T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Left join on two different tables which are in different schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290316#M63611</link>
      <description>@&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana," helvetica=""&gt;vapukov you are right.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana," helvetica=""&gt;I have not set the grant to the table.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;[color=#5b5b5d][font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="2"&gt;GRANT SELECT ON TABLEA TO TABLEB;&lt;/FONT&gt;[/font][/color]&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;[color=#5b5b5d][font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="2"&gt;thank you&lt;/FONT&gt;[/font][/color]&lt;/B&gt;</description>
      <pubDate>Fri, 18 Nov 2016 17:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Left-join-on-two-different-tables-which-are-in/m-p/2290316#M63611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T17:54:45Z</dc:date>
    </item>
  </channel>
</rss>

