<?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 Insert data in Oracle, db-schema contains &amp;quot;-&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-in-Oracle-db-schema-contains-quot-quot/m-p/2305770#M77389</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm trying to do a fairly simple ETL job, but the problem is that the table I want to write to is stored in an Oracle schema which contains a "-": "DB-SCHEMA" (example).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now the tOracleOutput generates this:&amp;nbsp;&lt;BR /&gt;INSERT INTO&amp;nbsp;DB-SCHEMA.TEST (TESTCOLUMN) VALUES ('record1')&lt;BR /&gt;which causes an error (ORA-00926. 00000 - &amp;nbsp;"missing VALUES keyword")&amp;nbsp;&lt;BR /&gt;Because the correct statement would be this:&amp;nbsp;&lt;BR /&gt;INSERT INTO "DB-SCHEMA".TEST (TESTCOLUMN) VALUES ('record1')&lt;BR /&gt;does anybody know how I can either make sure there are quotes around the schema name, or the statement is generated without the schema prefix?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2015 14:35:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-30T14:35:01Z</dc:date>
    <item>
      <title>Insert data in Oracle, db-schema contains "-"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-in-Oracle-db-schema-contains-quot-quot/m-p/2305770#M77389</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm trying to do a fairly simple ETL job, but the problem is that the table I want to write to is stored in an Oracle schema which contains a "-": "DB-SCHEMA" (example).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now the tOracleOutput generates this:&amp;nbsp;&lt;BR /&gt;INSERT INTO&amp;nbsp;DB-SCHEMA.TEST (TESTCOLUMN) VALUES ('record1')&lt;BR /&gt;which causes an error (ORA-00926. 00000 - &amp;nbsp;"missing VALUES keyword")&amp;nbsp;&lt;BR /&gt;Because the correct statement would be this:&amp;nbsp;&lt;BR /&gt;INSERT INTO "DB-SCHEMA".TEST (TESTCOLUMN) VALUES ('record1')&lt;BR /&gt;does anybody know how I can either make sure there are quotes around the schema name, or the statement is generated without the schema prefix?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-in-Oracle-db-schema-contains-quot-quot/m-p/2305770#M77389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-30T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data in Oracle, db-schema contains "-"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-in-Oracle-db-schema-contains-quot-quot/m-p/2305771#M77390</link>
      <description>Good day
&lt;BR /&gt;How execute your sentence?
&lt;BR /&gt;try build a expression using escape characters. &amp;nbsp;For example :
&lt;BR /&gt;
&lt;BR /&gt;"INSERT INTO \"" + row1.schema + "\".TEST (TESTCOLUMN) VALUES ('" + row1.value + "')"&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;
&lt;BR /&gt;Alfonso Borre
&lt;BR /&gt;skype: alfonso.borre
&lt;BR /&gt;aborresarmiento@yahoo.es&amp;nbsp;
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Sat, 31 Oct 2015 10:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-in-Oracle-db-schema-contains-quot-quot/m-p/2305771#M77390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T10:46:03Z</dc:date>
    </item>
  </channel>
</rss>

