<?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 Oracle ORA-01747 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366138#M129662</link>
    <description>TOS3.1.3 - java 
&lt;BR /&gt;Hello, 
&lt;BR /&gt;I'd like to load data in an Oracle database. This database has column name like this : 2000, 2001, 2002 
&lt;BR /&gt;When we wants write a query in Oracle with such column name we should write : 
&lt;BR /&gt;update mytable set "2000"='test' 
&lt;BR /&gt;But Talend generates code without quotes : update mytable set 2000='test' 
&lt;BR /&gt;So the folowing error occur : ORA-01747: spécification utilisateur.table.colonne, table.colonne ou colonne non valide 
&lt;BR /&gt;I did not found how set my OracleOutput component for adding quotes in the query. Is that possible or should I report a bug? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;José 
&lt;BR /&gt;PS : for the tOracleInput component I have manually modified the query in order to add quotes, that takes time 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; but that works.</description>
    <pubDate>Sat, 16 Nov 2024 13:51:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:51:28Z</dc:date>
    <item>
      <title>Oracle ORA-01747</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366138#M129662</link>
      <description>TOS3.1.3 - java 
&lt;BR /&gt;Hello, 
&lt;BR /&gt;I'd like to load data in an Oracle database. This database has column name like this : 2000, 2001, 2002 
&lt;BR /&gt;When we wants write a query in Oracle with such column name we should write : 
&lt;BR /&gt;update mytable set "2000"='test' 
&lt;BR /&gt;But Talend generates code without quotes : update mytable set 2000='test' 
&lt;BR /&gt;So the folowing error occur : ORA-01747: spécification utilisateur.table.colonne, table.colonne ou colonne non valide 
&lt;BR /&gt;I did not found how set my OracleOutput component for adding quotes in the query. Is that possible or should I report a bug? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;José 
&lt;BR /&gt;PS : for the tOracleInput component I have manually modified the query in order to add quotes, that takes time 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; but that works.</description>
      <pubDate>Sat, 16 Nov 2024 13:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366138#M129662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle ORA-01747</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366139#M129663</link>
      <description>Hello
&lt;BR /&gt;I want to know how do you create a table with some column names starts with digit?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 24 Jul 2009 08:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366139#M129663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle ORA-01747</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366140#M129664</link>
      <description>I have checked the option "add quotes, when you generate sql statement" in the Talend's preferences.&lt;BR /&gt;It works well for tOracleInput component, but it does not work for the tOracleOutput component.</description>
      <pubDate>Fri, 24 Jul 2009 08:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366140#M129664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle ORA-01747</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366141#M129665</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello&lt;BR /&gt;I want to know how do you create a table with some column names starts with digit?&lt;BR /&gt;Best regards&lt;BR /&gt; &lt;BR /&gt; shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;With oracle 11 : 
&lt;BR /&gt;ALTER TABLE DBO.MYTABLE 
&lt;BR /&gt; ADD ("2002" NUMBER(15,4))</description>
      <pubDate>Fri, 24 Jul 2009 08:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-ORA-01747/m-p/2366141#M129665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T08:59:38Z</dc:date>
    </item>
  </channel>
</rss>

