<?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: Select RECID In Oracle Giving Wrong Data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358156#M123291</link>
    <description>The issue seems to have been fixed since I installed full Oracle Client 11g.
&lt;BR /&gt;Thanks though.
&lt;BR /&gt;Just to answer the question, the script I was using was:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;SELECT RECID AS ACCOUNT_NUMBER,&lt;BR /&gt;extractvalue(XMLRECORD,'/row/c26') as CLEARED_BALANCE,&lt;BR /&gt;extractvalue(XMLRECORD,'/row/c27') as WORKING_BALANCE&lt;BR /&gt;FROM FBNK_ACCOUNT&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;And the script was picking the correct values if using SQL Developer or DBeaver.</description>
    <pubDate>Tue, 09 Aug 2016 12:21:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-09T12:21:21Z</dc:date>
    <item>
      <title>Select RECID In Oracle Giving Wrong Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358154#M123289</link>
      <description>Hi guys,
&lt;BR /&gt;I'm attempting to extract data from an Oracle XML database using Talend. I was able to pick individual fields using 'extractvalue' keyword.
&lt;BR /&gt;
&lt;PRE&gt;DESC FBNK_FCC_000&lt;BR /&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp;Null &amp;nbsp; &amp;nbsp; Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;--------- -------- -------------&amp;nbsp;&lt;BR /&gt;RECID &amp;nbsp; &amp;nbsp; NOT NULL VARCHAR2(255)&amp;nbsp;&lt;BR /&gt;XMLRECORD &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SYS.XMLTYPE &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;The problem though is that the primary key field is called RECID and for some reason Talend returns some large number whenever I select RECID instead of the actual value in that field.
&lt;BR /&gt;From google searches it seems I am picking the record identifier (a reserved keyword in Oracle) as opposed to my field name.
&lt;BR /&gt;I have tried using TABLE_NAME.RECID to no avail.
&lt;BR /&gt;Anyone with idea on how to get this working?</description>
      <pubDate>Thu, 04 Aug 2016 15:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358154#M123289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-04T15:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select RECID In Oracle Giving Wrong Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358155#M123290</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Would you mind posting your component setting screenshot into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Can you use your sql query in oracle client to&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;extract data successfully without using talend tool?&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 08 Aug 2016 04:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358155#M123290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T04:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select RECID In Oracle Giving Wrong Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358156#M123291</link>
      <description>The issue seems to have been fixed since I installed full Oracle Client 11g.
&lt;BR /&gt;Thanks though.
&lt;BR /&gt;Just to answer the question, the script I was using was:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;SELECT RECID AS ACCOUNT_NUMBER,&lt;BR /&gt;extractvalue(XMLRECORD,'/row/c26') as CLEARED_BALANCE,&lt;BR /&gt;extractvalue(XMLRECORD,'/row/c27') as WORKING_BALANCE&lt;BR /&gt;FROM FBNK_ACCOUNT&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;And the script was picking the correct values if using SQL Developer or DBeaver.</description>
      <pubDate>Tue, 09 Aug 2016 12:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358156#M123291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T12:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select RECID In Oracle Giving Wrong Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358157#M123292</link>
      <description>Hi,&lt;BR /&gt;Thanks for your prompt reply and sharing your solution with us.&lt;BR /&gt;Can we consider this topic as resolved?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 10 Aug 2016 09:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-RECID-In-Oracle-Giving-Wrong-Data/m-p/2358157#M123292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T09:12:41Z</dc:date>
    </item>
  </channel>
</rss>

