<?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] Compilation error! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266639#M45792</link>
    <description>And this what does it mean?
&lt;BR /&gt;Starting job aha at 11:48 28/11/2007.
&lt;BR /&gt;Exception in component tOracleOutput_1
&lt;BR /&gt;java.sql.SQLException: ORA-00957: duplicate column name
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
&lt;BR /&gt; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:623)
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:543)
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
&lt;BR /&gt; at datamart.aha.aha.tAccessInput_1Process(aha.java:650)
&lt;BR /&gt; at datamart.aha.aha.runJob(aha.java:814)
&lt;BR /&gt; at datamart.aha.aha.main(aha.java:761)
&lt;BR /&gt;Job aha ended at 11:48 28/11/2007.</description>
    <pubDate>Wed, 28 Nov 2007 11:51:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-11-28T11:51:09Z</dc:date>
    <item>
      <title>[resolved] Compilation error!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266636#M45789</link>
      <description>Hello my friends, I need some help for this error message when I run my job:
&lt;BR /&gt;Starting job acteur at 10:04 28/11/2007.
&lt;BR /&gt;Exception in component tOracleOutput_1
&lt;BR /&gt;java.sql.SQLException: ORA-00001: unique constraint (DATAMART.PK_OP) violated
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
&lt;BR /&gt; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:623)
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:543)
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
&lt;BR /&gt; at datamart.acteur.acteur.tAccessInput_1Process(acteur.java:1058)
&lt;BR /&gt; at datamart.acteur.acteur.runJob(acteur.java:1223)
&lt;BR /&gt; at datamart.acteur.acteur.main(acteur.java:1169)
&lt;BR /&gt;Job acteur ended at 10:04 28/11/2007.</description>
      <pubDate>Sat, 16 Nov 2024 14:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266636#M45789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation error!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266637#M45790</link>
      <description>Hi 
&lt;BR /&gt;I think it's not a compilation error. It is caused by the same primary key, for example: 
&lt;BR /&gt;table content example : 
&lt;BR /&gt;id, name (id is primary key) 
&lt;BR /&gt;1, a 
&lt;BR /&gt;2, b 
&lt;BR /&gt;Data's in Talend tDBOUtput in insert mode : 
&lt;BR /&gt;1, x 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 28 Nov 2007 10:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266637#M45790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-28T10:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation error!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266638#M45791</link>
      <description>Thank you, it's work. I change Insert to Insert or update.</description>
      <pubDate>Wed, 28 Nov 2007 11:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266638#M45791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-28T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation error!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266639#M45792</link>
      <description>And this what does it mean?
&lt;BR /&gt;Starting job aha at 11:48 28/11/2007.
&lt;BR /&gt;Exception in component tOracleOutput_1
&lt;BR /&gt;java.sql.SQLException: ORA-00957: duplicate column name
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
&lt;BR /&gt; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:623)
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:543)
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
&lt;BR /&gt; at datamart.aha.aha.tAccessInput_1Process(aha.java:650)
&lt;BR /&gt; at datamart.aha.aha.runJob(aha.java:814)
&lt;BR /&gt; at datamart.aha.aha.main(aha.java:761)
&lt;BR /&gt;Job aha ended at 11:48 28/11/2007.</description>
      <pubDate>Wed, 28 Nov 2007 11:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266639#M45792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-28T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation error!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266640#M45793</link>
      <description>Search for ORA-00957: duplicate column name on Internet 
&lt;BR /&gt;Answer : 
&lt;BR /&gt;ORA-00957: duplicate column name
&lt;BR /&gt;Cause: A column name was specified twice in a CREATE or INSERT statement. Column names must be unique within a table, view, or cluster.
&lt;BR /&gt;Action: In a CREATE statement, change one of the column names to a new, unique column name. In an INSERT statement, remove one of the duplicate names.
&lt;BR /&gt;Answer in Talend : You are using the create table and didn't check the dbcolumn name in the schema.
&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 28 Nov 2007 13:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266640#M45793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-28T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation error!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266641#M45794</link>
      <description>Thank you very much Mhirt and Shong.</description>
      <pubDate>Thu, 29 Nov 2007 12:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-error/m-p/2266641#M45794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T12:23:34Z</dc:date>
    </item>
  </channel>
</rss>

