<?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 [resolved] ORA-00942: Table ou vue inexistante with tOracleInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296794#M69416</link>
    <description>hi,
&lt;BR /&gt;I'm trying to develop a job for updating a table in an Oracle database.
&lt;BR /&gt;When I run that job I have this error "ORA-00942: Table ou vue inexistante" for my tOracleInput component
&lt;BR /&gt;It seems that the table name is not valid.
&lt;BR /&gt;If I change the query and put double quote to the table name it's work fine :
&lt;BR /&gt;"select * from \"users\""
&lt;BR /&gt;But I can't do this with a tOracleOutput
&lt;BR /&gt;note : I have the same problem with column name
&lt;BR /&gt;Who can I do to update this table without errors ?
&lt;BR /&gt;Thank you</description>
    <pubDate>Sat, 16 Nov 2024 12:03:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:03:05Z</dc:date>
    <item>
      <title>[resolved] ORA-00942: Table ou vue inexistante with tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296794#M69416</link>
      <description>hi,
&lt;BR /&gt;I'm trying to develop a job for updating a table in an Oracle database.
&lt;BR /&gt;When I run that job I have this error "ORA-00942: Table ou vue inexistante" for my tOracleInput component
&lt;BR /&gt;It seems that the table name is not valid.
&lt;BR /&gt;If I change the query and put double quote to the table name it's work fine :
&lt;BR /&gt;"select * from \"users\""
&lt;BR /&gt;But I can't do this with a tOracleOutput
&lt;BR /&gt;note : I have the same problem with column name
&lt;BR /&gt;Who can I do to update this table without errors ?
&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 16 Nov 2024 12:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296794#M69416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ORA-00942: Table ou vue inexistante with tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296795#M69417</link>
      <description>Hi, 
&lt;BR /&gt;How do you set your DB connection? Do you follow the user guide?
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Setting+up+a+database+connection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Setting up a DB connection&lt;/A&gt; with four chapters 
&lt;A href="https://help.talend.com/search/all?query=Defining+general+properties&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;General properties&lt;/A&gt;, 
&lt;A href="https://help.talend.com/search/all?query=Defining+connection+parameters&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Step A Connection&lt;/A&gt;, 
&lt;A href="https://help.talend.com/search/all?query=Retrieving+table+schemas&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Table upload&lt;/A&gt; and 
&lt;A href="https://help.talend.com/search/all?query=Selecting+tables+and+defining+table+schemas&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Step A Schema definition&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 22 Apr 2013 11:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296795#M69417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-22T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ORA-00942: Table ou vue inexistante with tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296796#M69418</link>
      <description>Thank you for your response&lt;BR /&gt;I just resolved my problem: the DB connection was good but the table was created like  this :&lt;BR /&gt;CREATE&lt;BR /&gt;  TABLE "REFERENTIAL"."users"&lt;BR /&gt;  (&lt;BR /&gt;    "lastName" NVARCHAR2(2000),&lt;BR /&gt;    "username" NVARCHAR2(2000),&lt;BR /&gt;?&lt;BR /&gt;So I have to set the table name in tOracleinput with \"&lt;BR /&gt;And the same for column names in Db Column schema&lt;BR /&gt;Thank you for your help</description>
      <pubDate>Mon, 22 Apr 2013 14:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296796#M69418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-22T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ORA-00942: Table ou vue inexistante with tOracleInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296797#M69419</link>
      <description>Hi, &lt;BR /&gt;Thanks for sharing your experience with us! In addition, we have a component &lt;A href="https://help.talend.com/search/all?query=tCreateTable&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tCreateTable&lt;/A&gt;. Perhaps it will be useful for your working.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Apr 2013 03:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ORA-00942-Table-ou-vue-inexistante-with-tOracleInput/m-p/2296797#M69419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-23T03:40:15Z</dc:date>
    </item>
  </channel>
</rss>

