<?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: Regarding Sqlldr in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833808#M66544</link>
    <description>well can you post here what is the error message you get.&lt;BR /&gt;&lt;BR /&gt;Can you of course post actual script you are trying to debug?</description>
    <pubDate>Mon, 31 Jul 2006 09:32:58 GMT</pubDate>
    <dc:creator>g33k</dc:creator>
    <dc:date>2006-07-31T09:32:58Z</dc:date>
    <item>
      <title>Regarding Sqlldr</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833805#M66541</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Posts: 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Regarding Sqlldr &lt;BR /&gt;« on: Today at 05:49:45 am » Quote Modify Remove  &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;hi all&lt;BR /&gt;&lt;BR /&gt;I need to read the text file and update into database&lt;BR /&gt;&lt;BR /&gt;Text file samp.txt&lt;BR /&gt;1#arun&lt;BR /&gt;2#aparna&lt;BR /&gt;&lt;BR /&gt;Table -Employee&lt;BR /&gt;Emp   empname&lt;BR /&gt;Script&lt;BR /&gt;#!bin/sh&lt;BR /&gt;sqlldr  username/password@database control=control.ctl &lt;BR /&gt;&lt;BR /&gt;control.cl&lt;BR /&gt;load data infile 'sample.txt' into table employee  fields terminated bu '#' trailing nullcols(emp.empname)&lt;BR /&gt;&lt;BR /&gt;The above statements get executed&lt;BR /&gt;but i dont want  control file  to be as separate file&lt;BR /&gt;&lt;BR /&gt;I want it to be part of the script &lt;BR /&gt;#!bin/sh&lt;BR /&gt;sqlldr  username/password@database control=load data infile 'sample.txt' into table employee  fields terminated bu '#' trailing nullcols(emp.empname)&lt;BR /&gt;&lt;BR /&gt;I shows an error unexpected end of file&lt;BR /&gt;How to solve this&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 07:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833805#M66541</guid>
      <dc:creator>ancys</dc:creator>
      <dc:date>2006-07-31T07:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Sqlldr</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833806#M66542</link>
      <description>try to add one [enter](I mean new line before EOF). Some say there's unexpected EOF when you have &lt;BR /&gt;&lt;BR /&gt;code&lt;BR /&gt;code&lt;BR /&gt;codeEOF&lt;BR /&gt;&lt;BR /&gt;but&lt;BR /&gt;code&lt;BR /&gt;code&lt;BR /&gt;code&lt;BR /&gt;EOF &lt;BR /&gt;&lt;BR /&gt;is OK.</description>
      <pubDate>Mon, 31 Jul 2006 07:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833806#M66542</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-07-31T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Sqlldr</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833807#M66543</link>
      <description>after includng EOF after the qlldr code also it shows be some error&lt;BR /&gt;&lt;BR /&gt;How to make a control file to be a part of the script</description>
      <pubDate>Mon, 31 Jul 2006 08:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833807#M66543</guid>
      <dc:creator>ancys</dc:creator>
      <dc:date>2006-07-31T08:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Sqlldr</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833808#M66544</link>
      <description>well can you post here what is the error message you get.&lt;BR /&gt;&lt;BR /&gt;Can you of course post actual script you are trying to debug?</description>
      <pubDate>Mon, 31 Jul 2006 09:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-sqlldr/m-p/3833808#M66544</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-07-31T09:32:58Z</dc:date>
    </item>
  </channel>
</rss>

