<?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: Source Look up in Oracle DB in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2122166#M7419</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247064"&gt;@pguddera21&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If one of the replies helped to resolve the issue, please mark it as a solution &amp;amp; like it to make it easier for others to find.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 21:47:21 GMT</pubDate>
    <dc:creator>Dana_Baldwin</dc:creator>
    <dc:date>2023-09-25T21:47:21Z</dc:date>
    <item>
      <title>Source Look up in Oracle DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2120130#M7372</link>
      <description>&lt;P&gt;I am trying to do a source look up to create a new column from col 1 utilizing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;source_lookup(10000,'Schema','Table1','Col1','VNDRID=:1', $VNDRID)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both tables have the VNDRID column and this is in Oracle DB. Both tables have the same data type of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VARCHAR2(8 CHAR) in oracle DB.&lt;/P&gt;
&lt;P&gt;The issue is when I run this source lookup and the task finishes. Only the col1 where VNDRID = 'N/A' match. The rest return as NULL for col1.&lt;/P&gt;
&lt;P&gt;We have valid VNDRID that I check and match in both tables however, those are not getting pulled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any reason on why those would get ignored? We have no filters on this job.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 19:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2120130#M7372</guid>
      <dc:creator>pguddera21</dc:creator>
      <dc:date>2023-09-19T19:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Source Look up in Oracle DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2120188#M7377</link>
      <description>&lt;P&gt;It sure looks like you are doing the right things.&lt;/P&gt;
&lt;P&gt;The two 'classical' reasons for this to fail is 1) trailing spaces and 2) character-set discrepancies.&lt;/P&gt;
&lt;P&gt;It's interesting to see how 'N/A' appears to work - which would suggest it is NOT a trailing spaces issue. Still, I would run some test with the lookups being 8 chars, and toss is some test values with 8 uppercase characters [A-Z]. I might also run a test without a bind variable just using single quoted text which you'll have double-single quote to make to parse.&lt;/P&gt;
&lt;P&gt;Personally I'd go in with the big guns: Oracle Trace Event 10046. Google for "Oracle SQL trace with bind variables". Maybe you can just set that event for the Oracle Session(s) associated with the right repctl task instance.&lt;/P&gt;
&lt;P&gt;fwiw&amp;nbsp; - possibly interesting reading: "difference between varchar2(10) and varchar2(10 char) in oracle" -&amp;gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:9532325800346614530" target="_blank"&gt;https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:9532325800346614530&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Good luck, and let us know!&lt;/P&gt;
&lt;P&gt;Hein&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 03:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2120188#M7377</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-09-20T03:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Source Look up in Oracle DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2122166#M7419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247064"&gt;@pguddera21&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If one of the replies helped to resolve the issue, please mark it as a solution &amp;amp; like it to make it easier for others to find.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 21:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2122166#M7419</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-09-25T21:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Source Look up in Oracle DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2122500#M7432</link>
      <description>&lt;P&gt;It looks like the N/A results showed up before the valid entries. When I filtered those out in the lookup, it matched correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 13:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Source-Look-up-in-Oracle-DB/m-p/2122500#M7432</guid>
      <dc:creator>pguddera21</dc:creator>
      <dc:date>2023-09-26T13:37:39Z</dc:date>
    </item>
  </channel>
</rss>

