<?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: create table if doesn't exist ,drop table if exist and create options in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296284#M68967</link>
    <description>toracle output.and action on table is "drop table if exist and create"&lt;BR /&gt;throwing exception like&amp;nbsp;&lt;BR /&gt;"&lt;BR /&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLException: ORA-00955: name is already used by an existing object&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:754)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:963)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1192)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1731)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1701)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tFileInputPositional_1Process(Bassett_Furniture.java:2230)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tSetGlobalVar_2Process(Bassett_Furniture.java:1101)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tOracleConnection_1Process(Bassett_Furniture.java:988)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tFileInputProperties_1Process(Bassett_Furniture.java:825)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tPrejob_1Process(Bassett_Furniture.java:476)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.runJobInTOS(Bassett_Furniture.java:3485)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.main(Bassett_Furniture.java:3352)&lt;BR /&gt; disconnected"</description>
    <pubDate>Mon, 27 Oct 2014 08:50:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-27T08:50:47Z</dc:date>
    <item>
      <title>create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296282#M68965</link>
      <description>create table if doesn't exist ,drop table if exist and create options are not working.&lt;BR /&gt;when i used&amp;nbsp; "drop table if exist and create " it was throwing exception like "name is already used by an existing object". It shouldn't throw like that .Please let me know how to resolve this issue</description>
      <pubDate>Mon, 27 Oct 2014 05:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296282#M68965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T05:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296283#M68966</link>
      <description>Hi,
&lt;BR /&gt;Which DB component are you using? Could you please give us more information about your current job design?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 27 Oct 2014 07:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296283#M68966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296284#M68967</link>
      <description>toracle output.and action on table is "drop table if exist and create"&lt;BR /&gt;throwing exception like&amp;nbsp;&lt;BR /&gt;"&lt;BR /&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLException: ORA-00955: name is already used by an existing object&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:754)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:963)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1192)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1731)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1701)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tFileInputPositional_1Process(Bassett_Furniture.java:2230)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tSetGlobalVar_2Process(Bassett_Furniture.java:1101)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tOracleConnection_1Process(Bassett_Furniture.java:988)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tFileInputProperties_1Process(Bassett_Furniture.java:825)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.tPrejob_1Process(Bassett_Furniture.java:476)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.runJobInTOS(Bassett_Furniture.java:3485)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at deposits_for4_2.bassett_furniture_0_1.Bassett_Furniture.main(Bassett_Furniture.java:3352)&lt;BR /&gt; disconnected"</description>
      <pubDate>Mon, 27 Oct 2014 08:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296284#M68967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T08:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296285#M68968</link>
      <description>from 5 months it was working properly .since yesterday it was getting problem</description>
      <pubDate>Mon, 27 Oct 2014 08:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296285#M68968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296286#M68969</link>
      <description>Hi,
&lt;BR /&gt;It is probably caused by your DB.
&lt;BR /&gt;Could you please search your table in SQL. such as: select OBJECT_NAME,CREATED,STATUS,TIMESTAMP from user_objects where OBJECT_name='TableName'; to see if there any procedure with same name?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 27 Oct 2014 09:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296286#M68969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T09:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296287#M68970</link>
      <description>Hi, 
&lt;BR /&gt;If i drop the table explicitly from sql developer&amp;nbsp; and using job it was working.for the next time i run the same job with drop table if exist and create it was not working and throwing that error</description>
      <pubDate>Mon, 27 Oct 2014 12:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296287#M68970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T12:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296288#M68971</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;If i drop the table explicitly from sql developer&amp;nbsp; and using job it was working.for the next time i run the same job with drop table if exist and create it was not working and throwing that error&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Could you please indicate the build version you are using? Does this issue repro on other talend studios? 
&lt;BR /&gt;I have splited your XulRunner issue into a new topic. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 28 Oct 2014 08:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296288#M68971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T08:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: create table if doesn't exist ,drop table if exist and create options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296289#M68972</link>
      <description>Hi,
&lt;BR /&gt;I have the same issue.
&lt;BR /&gt;
&lt;BR /&gt;When I specify the schema in the filed "Table" and select "Drop table if exists ant create" the table isn't removed. So I get the error "ORA-00955 name is already used by an existing object".
&lt;BR /&gt;If the schema isn't specified (only table name), it works.
&lt;BR /&gt;If the schema is specified and the action "Drop and create" is selected, it works.
&lt;BR /&gt;It seems to be a component bug.
&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 08 Jul 2015 15:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-table-if-doesn-t-exist-drop-table-if-exist-and-create/m-p/2296289#M68972</guid>
      <dc:creator>Dmitry2</dc:creator>
      <dc:date>2015-07-08T15:15:37Z</dc:date>
    </item>
  </channel>
</rss>

