<?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] Talend TOracle componet Error. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336130#M104615</link>
    <description>Hi Shong, 
&lt;BR /&gt;I Build the job same way as you said, 
&lt;BR /&gt;Job properties files--main--&amp;gt;Load properties File to context
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;proxy info
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tAs400Input--&amp;gt;tMap--&amp;gt;tOracleOutput
&lt;BR /&gt;
&lt;BR /&gt;But still the problem is not sloved. I am thinking on data types. Can you please find this data types:</description>
    <pubDate>Thu, 08 Sep 2011 16:28:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-08T16:28:10Z</dc:date>
    <item>
      <title>[resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336120#M104605</link>
      <description>Hi, &lt;BR /&gt;I am trying to connect Oracle data base. when i am running a job I am getting this error. Please find bellow. Could you please suggest me. &lt;BR /&gt;Exception in component tOracleInput_1&lt;BR /&gt;java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist&lt;BR /&gt;	at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)&lt;BR /&gt;	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)&lt;BR /&gt;	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)&lt;BR /&gt;	at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)&lt;BR /&gt;	at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)&lt;BR /&gt;	at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:780)&lt;BR /&gt;	at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:855)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1377)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:387)&lt;BR /&gt;	at salesforce.test_0_1.Test.tOracleInput_1Process(Test.java:1745)&lt;BR /&gt;	at salesforce.test_0_1.Test.tSetProxy_1Process(Test.java:1338)&lt;BR /&gt;	at salesforce.test_0_1.Test.tFileInputProperties_1Process(Test.java:1230)&lt;BR /&gt;	at salesforce.test_0_1.Test.runJobInTOS(Test.java:2507)&lt;BR /&gt;	at salesforce.test_0_1.Test.main(Test.java:2157)&lt;BR /&gt; disconnected&lt;BR /&gt;Thank you, &lt;BR /&gt;Praveen</description>
      <pubDate>Sat, 16 Nov 2024 12:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336120#M104605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336121#M104606</link>
      <description>ORA-00942: table or view does not exist....&lt;BR /&gt;Look at your query does it point to the correct schema database and table?&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 01 Sep 2011 22:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336121#M104606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-01T22:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336122#M104607</link>
      <description>We've had this before, for us the problem was when the table we reading from ( tOracleInput ) wasnt owned by the user we connected to the oracle server as, by default it prefixes the schema on the front of the table.
&lt;BR /&gt;So you have to edit the select statement and remove schema name or replace it with the actual schema it belongs to.
&lt;BR /&gt;Eg
&lt;BR /&gt;select * from logon_user.table
&lt;BR /&gt;becomes
&lt;BR /&gt;select * from actual_table_owner.table
&lt;BR /&gt;...assuming the logon_user has the correct select grants for the table in question.</description>
      <pubDate>Fri, 02 Sep 2011 08:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336122#M104607</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2011-09-02T08:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336123#M104608</link>
      <description>Thank you for your suggestion. Toracle input component after using the schema  it's working. &lt;BR /&gt;Thank you for you help. &lt;BR /&gt;Praveen</description>
      <pubDate>Fri, 02 Sep 2011 15:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336123#M104608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336124#M104609</link>
      <description>I am also not able to written the records in Oracle databse, Can you please suggest me what are the things i need to check in Toracle component ?&lt;BR /&gt;Thank you, &lt;BR /&gt;Praveen</description>
      <pubDate>Fri, 02 Sep 2011 17:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336124#M104609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336125#M104610</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I am also not able to written the records in Oracle databse, Can you please suggest me what are the things i need to check in Toracle component ?&lt;BR /&gt;Thank you, &lt;BR /&gt;Praveen&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;If you are using a tOracleConnection to create the db connection in the job, you should a tOracleCommint to commit the changes at the end of job.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 05 Sep 2011 03:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336125#M104610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-05T03:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336126#M104611</link>
      <description>Hi Shong, 
&lt;BR /&gt;still I am not able to insert the records in oracle DB. Can you please help me on this. Please find this print screen. 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Praveen</description>
      <pubDate>Wed, 07 Sep 2011 15:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336126#M104611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-07T15:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336127#M104612</link>
      <description>Hi 
&lt;BR /&gt;Please upload a screenshot of job, are there some error message thrown on the console? For testing, check the option 'die on error' on tOracleOutput component, so that the job will stop and throw the java exception once it meet an error.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 07 Sep 2011 16:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336127#M104612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-07T16:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336128#M104613</link>
      <description>Hi Shong, 
&lt;BR /&gt;Thanks for quick responce, we are using property file decoded use name , password, DB schema and table names. 
&lt;BR /&gt;In mapping we are using Toracle out component. Also, our Oracle table columns do not allow nulls. Only the key works if processed by itself. Once additional columns that are not nullable are added, the job errors out with data type errors. Please find this Print screen. Ig you have data type conversion information for going from DB2 to Oracle, could you please provide me a link to that information. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;BR /&gt;PS. Here's the error. Still trying to downsize the image to be able to upload....I am not able to up load print screen, I will mail you...is it okay? 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or column specification 
&lt;BR /&gt; at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91) 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133) 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413) 
&lt;BR /&gt; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350) 
&lt;BR /&gt; at salesforce.oracle_job_0_1.ORACLE_JOB.tAS400Input_1Process(ORACLE_JOB.java:2102) 
&lt;BR /&gt; at salesforce.oracle_job_0_1.ORACLE_JOB.tSetProxy_1Process(ORACLE_JOB.java:3165) 
&lt;BR /&gt; at salesforce.oracle_job_0_1.ORACLE_JOB.tFileInputProperties_1Process(ORACLE_JOB.java:3057) 
&lt;BR /&gt; at salesforce.oracle_job_0_1.ORACLE_JOB.runJobInTOS(ORACLE_JOB.java:3879) 
&lt;BR /&gt; at salesforce.oracle_job_0_1.ORACLE_JOB.main(ORACLE_JOB.java:3306)</description>
      <pubDate>Wed, 07 Sep 2011 20:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336128#M104613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-07T20:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336129#M104614</link>
      <description>Hi 
&lt;BR /&gt;First, there is a small problem on job design, there is no a tOracleConnection in the job, hence, you don't need to add a tOracleCommit. The job looks like: 
&lt;BR /&gt;Job properties files--main--&amp;gt;Load properties File to context 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;proxy info 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tAs400Input--&amp;gt;tMap--&amp;gt;tOracleOutput 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or column specification&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;There are two reasons could cause this error: 
&lt;BR /&gt;1. Oracle database table field contains the Oracle keywords, for example, contains desc. 
&lt;BR /&gt;2. The column does not exist in the table. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 08 Sep 2011 01:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336129#M104614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-08T01:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336130#M104615</link>
      <description>Hi Shong, 
&lt;BR /&gt;I Build the job same way as you said, 
&lt;BR /&gt;Job properties files--main--&amp;gt;Load properties File to context
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;proxy info
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tAs400Input--&amp;gt;tMap--&amp;gt;tOracleOutput
&lt;BR /&gt;
&lt;BR /&gt;But still the problem is not sloved. I am thinking on data types. Can you please find this data types:</description>
      <pubDate>Thu, 08 Sep 2011 16:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336130#M104615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-08T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336131#M104616</link>
      <description>Hi 
&lt;BR /&gt;What's the error message thrown on tOracleOutput component now? The size of third pic is small, I can't see it clear. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 09 Sep 2011 03:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336131#M104616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-09T03:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend TOracle componet Error.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336132#M104617</link>
      <description>Hi Shong, 
&lt;BR /&gt;I thought the issue is related data types. I resolved the issue. 
&lt;BR /&gt;Thank you for your help.
&lt;BR /&gt;Praveen</description>
      <pubDate>Fri, 09 Sep 2011 14:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-TOracle-componet-Error/m-p/2336132#M104617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-09T14:03:09Z</dc:date>
    </item>
  </channel>
</rss>

