<?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: How to install/create 8.1.7.0 database &amp;amp; migrate data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216752#M892331</link>
    <description>If you want to create a replica for restore purposes.  You might want to look into the standby database feature.  I've never used the 8i standby version.  But the 9i version has a logical and physical standby database.  In 8i the physical standby db isn't open for read only while the 9.2.0 has a logical standby db that can be open for read only queries.  It makes a good option for a reporting server.</description>
    <pubDate>Mon, 15 Mar 2004 09:09:28 GMT</pubDate>
    <dc:creator>Brian_274</dc:creator>
    <dc:date>2004-03-15T09:09:28Z</dc:date>
    <item>
      <title>How to install/create 8.1.7.0 database &amp; migrate data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216748#M892327</link>
      <description>Hi,&lt;BR /&gt;Pls help, quite urgent. Can someone help me or point me to a document on how to do this? &lt;BR /&gt;&lt;BR /&gt;Basically what we want is transfer/migrate an 8.1.7.0 database from HP-UX 11.00 to another server (diff O/S version running on HP-UX 11.11). We want to create a replica as a DR backup for our company. How do I do it?</description>
      <pubDate>Thu, 11 Mar 2004 22:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216748#M892327</guid>
      <dc:creator>Bob Fonacier</dc:creator>
      <dc:date>2004-03-11T22:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to install/create 8.1.7.0 database &amp; migrate data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216749#M892328</link>
      <description>You are making this harder than it is. By far the easist method (especially if the "bitness" of the Oracle software is the same) is to:&lt;BR /&gt;&lt;BR /&gt;0) Shutdown and take a "cold" backup.&lt;BR /&gt;Later version may deal with RMAN or other hotbackups but I would learn to "nail" the cold version before moving to more complex&lt;BR /&gt;version. Besides cold backups with vxfs snapshots give you all the advantages of a hotbackup for only a few minutes of downtime.&lt;BR /&gt;When used in conjuction with archive/redo logs you can bring the database back to essentially any momont in time.&lt;BR /&gt;&lt;BR /&gt;1) Install Oracle binaries on the new platform as a new Oracle install. The 11.0 version of 8.1.7.0 will run just fine under 11.11 but will link with the newer libraries.&lt;BR /&gt;You will need to restore /home directories and setup and/or transfer users/groups.&lt;BR /&gt;&lt;BR /&gt;2) Create LVOL's, mountpoint, and filesystems with the exact same names as were on the 11.0 box. If you are using raw devices, I suggest that you ALWAYS use a level of indirection. e.g. suppose that you are using /dev/vg01/rlvol1 as an Oracle raw device. Instead use something like /oracle/data/file01.raw as the Oracle datafile and then create a symbolic link to /dev/vg01/rlvol1. This little level of indirection adds no real overhead but it means that when you move a database to another machine (or device) the ONLY thing you have to do is change the softlinks. If you are using hard device name now, have the DBA change them.&lt;BR /&gt;&lt;BR /&gt;3) Using fbackup, OB2/DP, whatever, restore the database file to the new host. You will also need the init.ora's, tnsnames, and listeners restored to ${ORACLE_HOME}/xxx.  If you have any scripts that set env variables, transfer those as well.&lt;BR /&gt;&lt;BR /&gt;4) Say a small prayer, run svrmgrl, and start the database.&lt;BR /&gt;&lt;BR /&gt;Again, you can build up as elaborate a scheme as you like but I would begin with&lt;BR /&gt;cold backup/restore. Until you get that working, there is no point in going further.&lt;BR /&gt;&lt;BR /&gt;I would also upgrade your 8.1.7.0 to 8.1.7.4; a number of bugs were addressed.&lt;BR /&gt;&lt;BR /&gt;By the way, it's far better to start DR with a blank machine (no OS); the other "killer" is to assume the you (the author) are dead and someone else has to follow your precise, clear, well-written instructions. It's okay to be there as a ghost but you will be amazed at how bad your instructions &lt;BR /&gt;are ----&lt;BR /&gt; I know I was the first time through this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 23:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216749#M892328</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-11T23:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to install/create 8.1.7.0 database &amp; migrate data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216750#M892329</link>
      <description>I've rarely seen a thorough, better thought out post than A. Clay's.&lt;BR /&gt;&lt;BR /&gt;Just make sure both machines are 32 bit or 64 bit. There is a nasty 27 part conversion procedure that you don't want to worry about in a DR situation.&lt;BR /&gt;&lt;BR /&gt;I'd also plan an overall move to at least Oracle 8.1.7.4&lt;BR /&gt;&lt;BR /&gt;There are java issues, there bug fix issues that you don't want hanging over your head in a DR situation.&lt;BR /&gt;&lt;BR /&gt;Long term, you might want to consider a serviceguard cluster to provide instant failover.&lt;BR /&gt;&lt;BR /&gt;Even longer term Oracle 8.1.x is at the end of its support cycle. Support is partially pulled and goes for good 12-31-2006.&lt;BR /&gt;&lt;BR /&gt;These opinions are my own.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Mar 2004 23:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216750#M892329</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-11T23:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to install/create 8.1.7.0 database &amp; migrate data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216751#M892330</link>
      <description>One additional point..... Don't forget the init&lt;SID&gt;.ora file on $ORACLE_HOME/dbs or in most cases there is a link from $ORACLE_HOME/dbs to $ORACLE_BASE/admin/&lt;SID&gt;/pfile&lt;/SID&gt;&lt;/SID&gt;</description>
      <pubDate>Mon, 15 Mar 2004 08:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216751#M892330</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-03-15T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to install/create 8.1.7.0 database &amp; migrate data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216752#M892331</link>
      <description>If you want to create a replica for restore purposes.  You might want to look into the standby database feature.  I've never used the 8i standby version.  But the 9i version has a logical and physical standby database.  In 8i the physical standby db isn't open for read only while the 9.2.0 has a logical standby db that can be open for read only queries.  It makes a good option for a reporting server.</description>
      <pubDate>Mon, 15 Mar 2004 09:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-create-8-1-7-0-database-amp-migrate-data/m-p/3216752#M892331</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-03-15T09:09:28Z</dc:date>
    </item>
  </channel>
</rss>

