<?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: Oracle backup failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060756#M737310</link>
    <description>What are the mount options.&lt;BR /&gt;&lt;BR /&gt;Can you create file with the oracle user on the nfs filesystem?</description>
    <pubDate>Mon, 27 Aug 2007 06:55:42 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2007-08-27T06:55:42Z</dc:date>
    <item>
      <title>Oracle backup failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060755#M737309</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;I am having problem regarding the oracle backup.In my case i am trying to export the oracle dump file to a directory which is NFS exported.I am getting following errors while exporting the dump file to that directory.&lt;BR /&gt;bash-2.05b$ expdp gmlc/gmlc123 full=y directory=backup_dir dumpfile=gmlc_16Aug.dmp logfile=gmlc_backup16Aug.log &lt;BR /&gt;Export: Release 10.2.0.1.0 - 64bit Production on Thursday, 16 August, 2007 15:54:55 &lt;BR /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved. &lt;BR /&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production &lt;BR /&gt;With the Partitioning, Real Application Clusters, OLAP and Data Mining options &lt;BR /&gt;ORA-39001: invalid argument value &lt;BR /&gt;ORA-39000: bad dump file specification &lt;BR /&gt;ORA-31641: unable to create dump file "/data/dbBackup/gmlc_16Aug.dmp" &lt;BR /&gt;ORA-27054: NFS file system where the file is created or resides is not mounted with correct options &lt;BR /&gt;Additional information: 3 &lt;BR /&gt;&lt;BR /&gt;But when i am exporting the dmp file to any other directory like /tmp or /home/oracle i am able to do it.The options of the exported fs are as following&lt;BR /&gt;&lt;BR /&gt;/data -proto=udp,intr,timeo=120,retry=3 nfsPkg:/data_mount&lt;BR /&gt;&lt;BR /&gt;Please suggest.</description>
      <pubDate>Mon, 27 Aug 2007 06:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060755#M737309</guid>
      <dc:creator>jaivinder</dc:creator>
      <dc:date>2007-08-27T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060756#M737310</link>
      <description>What are the mount options.&lt;BR /&gt;&lt;BR /&gt;Can you create file with the oracle user on the nfs filesystem?</description>
      <pubDate>Mon, 27 Aug 2007 06:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060756#M737310</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-27T06:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060757#M737311</link>
      <description>&lt;BR /&gt;/dev/vg01/datalvol  /data_mount vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;I am able to create but,the problem is with the /etc/auto.direct file options.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2007 06:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060757#M737311</guid>
      <dc:creator>jaivinder</dc:creator>
      <dc:date>2007-08-27T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle backup failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060758#M737312</link>
      <description>I hate asking the obvious, but is this just a file permissions issue?&lt;BR /&gt;Can the user doing the export create a file where the destination directory is?&lt;BR /&gt;&lt;BR /&gt;Presuming it's not just write permissions, maybe you can fool the Oracle process...&lt;BR /&gt;&lt;BR /&gt;Try using a named pipe to get this done.  This is kind of a long shot, but only takes a couple of minutes to setup and try.  &lt;BR /&gt;&lt;BR /&gt;First make a named pipe in /var/tmp&lt;BR /&gt;&amp;gt; mknod /var/tmp/mypipe p&lt;BR /&gt;&lt;BR /&gt;list it and make sure it's there with a "p" as the first character:&lt;BR /&gt;&amp;gt; ls -al /var/tmp/mypipe &lt;BR /&gt;prw-r--r-- 1 myuser mygroup 0 Aug 27 11:19 mypipe&lt;BR /&gt;&lt;BR /&gt;now create job to move data from the pipe to the file on the nfs mountpoint.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; dd if=/tmp/mypipe of=/data/mydmp.dmp &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Now, run your export and give it the name of /tmp/mypipe as your destination dump file.&lt;BR /&gt;&lt;BR /&gt;When your export is finished (or dies with error) the "dd" backupground job will self-terminate.  At this point you'll be able to see if you've managed to "fool" the export tool about the nfs mount point.&lt;BR /&gt;&lt;BR /&gt;When you're done, you can remove the /var/tmp/mypipe named pipe file with the usual rm command.</description>
      <pubDate>Mon, 27 Aug 2007 11:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-backup-failure/m-p/4060758#M737312</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-08-27T11:32:58Z</dc:date>
    </item>
  </channel>
</rss>

