<?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 Problem with ora export in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002013#M914441</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt; i am trying to do an oracle export with the enclosed script. but when i run nohup sh export.sh i get no o/p. can any one advise.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Simon</description>
    <pubDate>Thu, 19 Jun 2003 09:47:10 GMT</pubDate>
    <dc:creator>simon_82</dc:creator>
    <dc:date>2003-06-19T09:47:10Z</dc:date>
    <item>
      <title>Problem with ora export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002013#M914441</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; i am trying to do an oracle export with the enclosed script. but when i run nohup sh export.sh i get no o/p. can any one advise.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Simon</description>
      <pubDate>Thu, 19 Jun 2003 09:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002013#M914441</guid>
      <dc:creator>simon_82</dc:creator>
      <dc:date>2003-06-19T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ora export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002014#M914442</link>
      <description>Hi,&lt;BR /&gt;how did you created the pipe?&lt;BR /&gt;&lt;BR /&gt;I have some difficulties in reading you attach, due to a lot of character control.&lt;BR /&gt;&lt;BR /&gt;Can you paste just the few lines ?&lt;BR /&gt;&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 09:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002014#M914442</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-19T09:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ora export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002015#M914443</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you post the output of log1906.log?&lt;BR /&gt;&lt;BR /&gt;how are you calling this?&lt;BR /&gt;&lt;BR /&gt;revert&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 10:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002015#M914443</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-06-19T10:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ora export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002016#M914444</link>
      <description>I think you should obtain an export log file by specifying the LOG parameter. The log file is written in the current directory in which the export utility was started, or as specified by the LOG parameter. &lt;BR /&gt;Example:       &lt;BR /&gt;exp system/manager LOG=exp_full.log&lt;BR /&gt;&lt;BR /&gt;Then you may append the logfile to the log1906.log &lt;BR /&gt; And first step to find out the cause of this problem is that you must post the log1906.log file.</description>
      <pubDate>Thu, 19 Jun 2003 11:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002016#M914444</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-19T11:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ora export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002017#M914445</link>
      <description>I think you should obtain an export log file by specifying the LOG parameter. The log file is written in the current directory in which the export utility was started, or as specified by the LOG parameter. &lt;BR /&gt;Example:       &lt;BR /&gt;exp system/manager LOG=exp_full.log&lt;BR /&gt;&lt;BR /&gt;Then you may append the logfile to the log1906.log &lt;BR /&gt; And first step to find out the cause of this problem is that you must post the log1906.log file.</description>
      <pubDate>Thu, 19 Jun 2003 11:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002017#M914445</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-19T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ora export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002018#M914446</link>
      <description>Difficult to read your attached script due to lots of noise in it.&lt;BR /&gt;Can you post the nohup.out file produced by this command.&lt;BR /&gt;The implication is that EXPPIPE.dmp is a named pipe (previously created with "/sbin/mknod EXPPIPE.dmp p"). If this is not the case then that could explain it.&lt;BR /&gt;-- Graham</description>
      <pubDate>Fri, 20 Jun 2003 06:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-ora-export/m-p/3002018#M914446</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-06-20T06:22:52Z</dc:date>
    </item>
  </channel>
</rss>

