<?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: Mapping Oracle Datafile in a different server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093004#M806663</link>
    <description>hi,&lt;BR /&gt;-&lt;BR /&gt;I agree with TG - Performance can be a real issue, although this can be done.&lt;BR /&gt;-&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Wed, 15 Oct 2003 00:04:27 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-10-15T00:04:27Z</dc:date>
    <item>
      <title>Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3092999#M806658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible to have a tablespace or datafile(s) on a different machine than the one running the instance that has rest of the tablespaces/datafiles? We are having Oracle 9i on a HP 9000/800 server running HP 11x and trying to use free hard disk space from another server running HP 11x.&lt;BR /&gt;&lt;BR /&gt;Thank you for your valuable input.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;Darren &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2003 11:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3092999#M806658</guid>
      <dc:creator>Darren_43</dc:creator>
      <dc:date>2003-10-14T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093000#M806659</link>
      <description>You may mount a remote file system with NFS but personally I would not go near NFS for a Live database datafile&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 14 Oct 2003 12:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093000#M806659</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-10-14T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093001#M806660</link>
      <description>If you don't mind a performance penalty, you can export the filesystem with NFS or do a CIFS/9000 mount to make the filesystem available on the local system.&lt;BR /&gt; &lt;BR /&gt;Then its just a filesystem and you are all set.&lt;BR /&gt; &lt;BR /&gt;But Oracle 9i uses raw disk for the datafiles right?&lt;BR /&gt; &lt;BR /&gt;There should be a way to use LVM or pvlinks to make that space available on the other system.  Those disks would have to be OWNED by the original system.&lt;BR /&gt; &lt;BR /&gt;Are the systems next to each other? Could you possibily take these disks out of lvm on the second server and connect them via SCSI to a SCSI card on the first system? If they're not in use this might work.  There are compatability issues with this approach.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Oct 2003 12:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093001#M806660</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-14T12:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093002#M806661</link>
      <description>Darren,&lt;BR /&gt;If you are eying to use an NFS mount froma different server for your Oracle storage - then yes it can be done but may not be "totally" supported by Oracle. Oracle supports NFS storage only in the context of Filers or NAS Applicances certified by them (ie. NetApps, EMC Filers, etc..). If the datafiles you plan to store ar not really that IO bandwidth hungry - then go ahead. You may want to use UDP instead for your NFS mounts. If you have GigE infrastructure -- then you certainly have the advantage of a larger pipe than traditional SCSI..&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2003 12:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093002#M806661</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-14T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093003#M806662</link>
      <description>It depends on the criticallity of the database and performance of the database.&lt;BR /&gt;&lt;BR /&gt;If you are to use a frontend application which would get data from the database then you are killed,the brower will wait and wait for queries.&lt;BR /&gt;&lt;BR /&gt;Using NFS you can use another server hard disk to store datafiles.&lt;BR /&gt;&lt;BR /&gt;I would strongly disagree with that way.It is a very bad idea to save some money.&lt;BR /&gt;Get new hard disks,it will definitely be useful for future project resource allocations.</description>
      <pubDate>Tue, 14 Oct 2003 22:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093003#M806662</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-14T22:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093004#M806663</link>
      <description>hi,&lt;BR /&gt;-&lt;BR /&gt;I agree with TG - Performance can be a real issue, although this can be done.&lt;BR /&gt;-&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 15 Oct 2003 00:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093004#M806663</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-10-15T00:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Oracle Datafile in a different server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093005#M806664</link>
      <description>Darren&lt;BR /&gt;&lt;BR /&gt;If the above don't put you off NFS, see the following thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=230057" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=230057&lt;/A&gt;&lt;BR /&gt;My advice - move the disk to your oracle server and have all database files local.&lt;BR /&gt;-- Graham</description>
      <pubDate>Wed, 15 Oct 2003 02:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mapping-oracle-datafile-in-a-different-server/m-p/3093005#M806664</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-15T02:26:10Z</dc:date>
    </item>
  </channel>
</rss>

