<?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 Importing Oracle Schema with inbuilt TYPE in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195617#M143</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;I am using Talend Studio (7.3.1)&amp;nbsp; and importing a schema for a table for which one column is of a custom type: ABL_TYPE&lt;BR /&gt;This is defined as:&lt;/P&gt; 
&lt;DIV&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;create or replace TYPE "ABL_NAME_ELEMENT_TYPE" AS OBJECT (&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;name VARCHAR2(50),&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;len &amp;nbsp;NUMBER,&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;used CHAR,&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;part_type CHAR);&lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV&gt; 
 &lt;BR /&gt;When the schema is import Talend is unable to determine the DB Type (it's empty). If I try to override it with object, raw or dynamic the best I can get is "Oracle.sql.ARRAY@86589" output. I've also tried trying to alter the Oracle data mapping XML file. 
&lt;/DIV&gt; 
&lt;DIV&gt;
  Only 2 days into trying to get my head around this so this exercise&amp;nbsp; (tOracleInput to tDelimitedFile) is one of understanding - so I'm just trying to understand what I think is in effect a Java object serialisation issue? 
 &lt;BR /&gt; 
 &lt;BR /&gt;Any help gratefully appreciated. 
&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:44:21 GMT</pubDate>
    <dc:creator>stucas</dc:creator>
    <dc:date>2024-11-16T02:44:21Z</dc:date>
    <item>
      <title>Importing Oracle Schema with inbuilt TYPE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195617#M143</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I am using Talend Studio (7.3.1)&amp;nbsp; and importing a schema for a table for which one column is of a custom type: ABL_TYPE&lt;BR /&gt;This is defined as:&lt;/P&gt; 
&lt;DIV&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;create or replace TYPE "ABL_NAME_ELEMENT_TYPE" AS OBJECT (&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;name VARCHAR2(50),&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;len &amp;nbsp;NUMBER,&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;used CHAR,&lt;/FONT&gt; 
 &lt;BR /&gt; 
 &lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&amp;nbsp;part_type CHAR);&lt;/FONT&gt; 
&lt;/DIV&gt; 
&lt;DIV&gt; 
 &lt;BR /&gt;When the schema is import Talend is unable to determine the DB Type (it's empty). If I try to override it with object, raw or dynamic the best I can get is "Oracle.sql.ARRAY@86589" output. I've also tried trying to alter the Oracle data mapping XML file. 
&lt;/DIV&gt; 
&lt;DIV&gt;
  Only 2 days into trying to get my head around this so this exercise&amp;nbsp; (tOracleInput to tDelimitedFile) is one of understanding - so I'm just trying to understand what I think is in effect a Java object serialisation issue? 
 &lt;BR /&gt; 
 &lt;BR /&gt;Any help gratefully appreciated. 
&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195617#M143</guid>
      <dc:creator>stucas</dc:creator>
      <dc:date>2024-11-16T02:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Oracle Schema with inbuilt TYPE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195618#M144</link>
      <description>If you are ok to use tOracleRow : 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoCqCAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Nested-table-Data-reterival-with-TOracleInput/td-p/158394&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2020 14:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195618#M144</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-04-10T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Oracle Schema with inbuilt TYPE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195619#M145</link>
      <description>Try record parser like mentioned in this link 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnKBCA0" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/tOracleSP-returning-a-RECORD-TYPE/td-p/22426&lt;/A&gt;</description>
      <pubDate>Fri, 10 Apr 2020 14:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Importing-Oracle-Schema-with-inbuilt-TYPE/m-p/2195619#M145</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-04-10T14:42:49Z</dc:date>
    </item>
  </channel>
</rss>

