<?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 sqlldr returns ORA-00984 - trouble with date format Access -&amp;gt; 8i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlldr-returns-ora-00984-trouble-with-date-format-access-gt-8i/m-p/2678977#M908052</link>
    <description>Howdy,&lt;BR /&gt;I am trying to load a csv text file that was exported from MS Access 97 into Oracle. My sqlldr log file is full of the following: &lt;BR /&gt;"Record 1: Rejected - Error on table SCOTT.JOBSHEET, column DATE_LIVE.&lt;BR /&gt;ORA-00984: column not allowed here". &lt;BR /&gt;I have got as far as discovering that Oracle doesn't like unquoted date strings - my question is, how do I do a conversion of a ,mm/dd/yy 0:00:00, field in my text file so that it works with a field of type DATE in oracle?&lt;BR /&gt;As ever, points for answers..&lt;BR /&gt;Thanks&lt;BR /&gt;Ian</description>
    <pubDate>Fri, 08 Mar 2002 16:09:39 GMT</pubDate>
    <dc:creator>Ian Vaughan</dc:creator>
    <dc:date>2002-03-08T16:09:39Z</dc:date>
    <item>
      <title>sqlldr returns ORA-00984 - trouble with date format Access -&gt; 8i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlldr-returns-ora-00984-trouble-with-date-format-access-gt-8i/m-p/2678977#M908052</link>
      <description>Howdy,&lt;BR /&gt;I am trying to load a csv text file that was exported from MS Access 97 into Oracle. My sqlldr log file is full of the following: &lt;BR /&gt;"Record 1: Rejected - Error on table SCOTT.JOBSHEET, column DATE_LIVE.&lt;BR /&gt;ORA-00984: column not allowed here". &lt;BR /&gt;I have got as far as discovering that Oracle doesn't like unquoted date strings - my question is, how do I do a conversion of a ,mm/dd/yy 0:00:00, field in my text file so that it works with a field of type DATE in oracle?&lt;BR /&gt;As ever, points for answers..&lt;BR /&gt;Thanks&lt;BR /&gt;Ian</description>
      <pubDate>Fri, 08 Mar 2002 16:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlldr-returns-ora-00984-trouble-with-date-format-access-gt-8i/m-p/2678977#M908052</guid>
      <dc:creator>Ian Vaughan</dc:creator>
      <dc:date>2002-03-08T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: sqlldr returns ORA-00984 - trouble with date format Access -&gt; 8i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlldr-returns-ora-00984-trouble-with-date-format-access-gt-8i/m-p/2678978#M908053</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Just specify the date format in the SQL*Loader controlfile like this:&lt;BR /&gt;&lt;BR /&gt;LOAD DATA&lt;BR /&gt;INFILE '&amp;lt; datafil.dat&amp;gt;'&lt;BR /&gt;APPEND --(el REPLACE, INSERT er default;krever tom tab)&lt;BR /&gt;INTO TABLE &lt;TABLE_NAME&gt;&lt;BR /&gt;FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '???'&lt;BR /&gt;(col_name1, col_name2, col_name3...&lt;BR /&gt;date_col DATE ???mm/dd/yy 0:00:00???)&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;/TABLE_NAME&gt;</description>
      <pubDate>Sun, 10 Mar 2002 11:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlldr-returns-ora-00984-trouble-with-date-format-access-gt-8i/m-p/2678978#M908053</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-03-10T11:01:57Z</dc:date>
    </item>
  </channel>
</rss>

