<?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: loading cvs file into oracle table in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397635#M8707</link>
    <description>It looks like the second and third screens are the same. Can you post the FileDelimited Properties settings screen?&lt;BR /&gt;trying to reproduce.&lt;BR /&gt;Elisa</description>
    <pubDate>Wed, 27 Jun 2007 17:49:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-06-27T17:49:57Z</dc:date>
    <item>
      <title>loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397631#M8703</link>
      <description>Hi !&lt;BR /&gt;Well i read your documentation i try to load an simple CVS file into Oracle 10g database,  i can't.&lt;BR /&gt;I know i'm a rookie.&lt;BR /&gt;Well, i create a job, an tFileInputDelimited and tOracleOutput objects.&lt;BR /&gt;I click on Edit schema. I ran the job and .. nothing !&lt;BR /&gt;Must i use tMAP to translate file fields into Oracle table ?&lt;BR /&gt;thx for your answer.&lt;BR /&gt;__________________________________________________________________________________________________&lt;BR /&gt;Under Windows XP&lt;BR /&gt;TOS:v2.1.0.M1_r3483&lt;BR /&gt;Oracle 10g&lt;BR /&gt;jre 1.6</description>
      <pubDate>Sat, 16 Nov 2024 14:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397631#M8703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397632#M8704</link>
      <description>Hi,&lt;BR /&gt;you should not need tMap to insert data into a DB, unless you want to transform data beforehands.&lt;BR /&gt;Does your job starts and ends properly? The Run Job view should display standard messages. See screenshot.&lt;BR /&gt;We miss information about TOS version, Java or Perl...&lt;BR /&gt;What happens then on the DB side? nothing?&lt;BR /&gt;As you use tFileInputDelimited, mind the length of your schema columns as it should take into account the double quotes (if any are used in your csv file)&lt;BR /&gt;I didn't get any issue to feed it with csv data. &lt;BR /&gt;Elisa</description>
      <pubDate>Tue, 26 Jun 2007 14:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397632#M8704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-26T14:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397633#M8705</link>
      <description>Hi,&lt;BR /&gt;Can you verify that you have specified a Schema in your tFileInputDelimited component ?&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 26 Jun 2007 15:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397633#M8705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-26T15:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397634#M8706</link>
      <description>Hi everybody ! 
&lt;BR /&gt;Here is my error 
&lt;BR /&gt;ORA-936 ... Of what kind expression does he want to speak ??? 
&lt;BR /&gt;I create tFileIputDelimited (schema typre repository ...) and 
&lt;BR /&gt;tOracleOutput (schema type repository). 
&lt;BR /&gt; 
&lt;BR /&gt;___________________________________________________________________ 
&lt;BR /&gt;Starting job job_1 at 15:12 27/06/2007. 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.sql.SQLException: ORA-00936: expression absente 
&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 projet_1.job_1.job_1.tFileInputDelimited_1Process(job_1.java:451) 
&lt;BR /&gt; at projet_1.job_1.job_1.main(job_1.java:596) 
&lt;BR /&gt;Job job_1 ended at 15:12 27/06/2007. 
&lt;BR /&gt;___________________________________________________________________ 
&lt;BR /&gt; 
&lt;BR /&gt;Elisa: ... Under my post i specified my configuration ;o) I not use perl. 
&lt;BR /&gt;thx all</description>
      <pubDate>Wed, 27 Jun 2007 14:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397634#M8706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-27T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397635#M8707</link>
      <description>It looks like the second and third screens are the same. Can you post the FileDelimited Properties settings screen?&lt;BR /&gt;trying to reproduce.&lt;BR /&gt;Elisa</description>
      <pubDate>Wed, 27 Jun 2007 17:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397635#M8707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-27T17:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397636#M8708</link>
      <description>Can you attach the code generated (code tab) ?&lt;BR /&gt;Michaël.</description>
      <pubDate>Wed, 27 Jun 2007 17:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397636#M8708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-27T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: loading cvs file into oracle table</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397637#M8709</link>
      <description>Hi all 
&lt;BR /&gt;Yip yip hurra, my job work looool. 
&lt;BR /&gt;I delete my job and make again. 
&lt;BR /&gt;i named all columns file like columns table, they was differents. 
&lt;BR /&gt;well, 
&lt;BR /&gt;thanks for and to all. 
&lt;BR /&gt;I have an other question ... 
&lt;BR /&gt;I have 2 columns in "float" type in my file, 
&lt;BR /&gt;I declared 2 columns in "float" type and i declared the same in the table 
&lt;BR /&gt;I ran and my job down. 
&lt;BR /&gt;I must declared the both in "String" type and then my job ran. 
&lt;BR /&gt;I don't figure out this behaviour and especially this logic ????? (I don't find the anger smiley) 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;My Oracle Table: 
&lt;BR /&gt;CREATE TABLE VENTES 
&lt;BR /&gt;( 
&lt;BR /&gt; PROD_ID NUMBER NOT NULL, 
&lt;BR /&gt; CUST_ID NUMBER NOT NULL, 
&lt;BR /&gt; TIME_ID DATE NOT NULL, 
&lt;BR /&gt; CHANNEL_ID NUMBER NOT NULL, 
&lt;BR /&gt; PROMO_ID NUMBER NOT NULL, 
&lt;BR /&gt; QUANTITY_SOLD NUMBER(10,2) NOT NULL, 
&lt;BR /&gt; AMOUNT_SOLD NUMBER(10,2) NOT NULL 
&lt;BR /&gt;); 
&lt;BR /&gt;and the "Edit schema" in the picture. 
&lt;BR /&gt;best regards 
&lt;BR /&gt;and thx 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 28 Jun 2007 10:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/loading-cvs-file-into-oracle-table/m-p/2397637#M8709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-28T10:19:19Z</dc:date>
    </item>
  </channel>
</rss>

