<?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: data migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479899#M847085</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;How does HP play in this picture??&lt;BR /&gt;&lt;BR /&gt;If this is a SUN environment and Oracle, then I would suggest you post to &lt;A href="http://Metalink.oracle.com" target="_blank"&gt;http://Metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I realize that this site rules in it's quest for the truth, but how does SUN play into that?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
    <pubDate>Mon, 07 Feb 2005 07:44:46 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-02-07T07:44:46Z</dc:date>
    <item>
      <title>data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479898#M847084</link>
      <description>Setup and Requirements:&lt;BR /&gt;&lt;BR /&gt;There are two environments - Production and Test&lt;BR /&gt;&lt;BR /&gt;Production Environment: &lt;BR /&gt;o Current Production Database runs on Oracle 8.0.4 (Sun &lt;BR /&gt;  Clustered Server Version 2.6). &lt;BR /&gt;o The approximate size of the Oracle 8.0.4 DB is 600 GB ( 300 &lt;BR /&gt;  data files ). &lt;BR /&gt;o The target DB for production after the upgrade is Oracle &lt;BR /&gt;  9.2.0.5 (Clustered Server)&lt;BR /&gt;&lt;BR /&gt;Test Environment: &lt;BR /&gt;&lt;BR /&gt;o To start with, install Oracle 8.0.4 in the test machine (Sun &lt;BR /&gt;  Clustered Server Version 2.8) with recommended patches. &lt;BR /&gt;o Transfer 600 + GB data from production database backup into &lt;BR /&gt;  this test machine.&lt;BR /&gt;o Test Oracle 8.0.4 DB&lt;BR /&gt;o Upgrade Oracle 8.0.4 to 8.0.6 in the test machine and install &lt;BR /&gt;  recommended patches for 8.0.6&lt;BR /&gt;o Test Oracle 8.0.6 DB&lt;BR /&gt;o Upgrade Oracle 8.0.6 to 9.2.0.5 in the test machine and &lt;BR /&gt;  install all recommended patches for 9.2.0.5&lt;BR /&gt;o Test Oracle 9.2.0.5 DB&lt;BR /&gt;&lt;BR /&gt;The task to be accomplished:  Upgrade and migration will happen only in the test environment and the production environment will not be disturbed. Eventually, the test environment has to be treated as the production environment&lt;BR /&gt;    &lt;BR /&gt;For this task, the production data from the Oracle 8.0.4 DB has to be moved to the Oracle 9.2.0.5 DB&lt;BR /&gt;    &lt;BR /&gt;Analysis:&lt;BR /&gt;I'm exploring on the migration options such as Oracle RMAN feature, Cloning, SQL Loader, Snapshot and through other third party software like Shareplex.&lt;BR /&gt;    &lt;BR /&gt;Questions:&lt;BR /&gt;&lt;BR /&gt;I would like to know the efficient method of migrating such huge data from Oracle 8.0.4 db on one machine to Oracle 9.2.0.5 db on a different machine. (Sun clustered environment). Down time is very critical.&lt;BR /&gt;&lt;BR /&gt;I would also like to know if the backup target location can be on a network disk mount point.&lt;BR /&gt;&lt;BR /&gt;Is there any tool available with Oracle for doing such huge data migration?&lt;BR /&gt;Down time is very critical should not exceed 16 hrs...&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 07 Feb 2005 07:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479898#M847084</guid>
      <dc:creator>sush_blr</dc:creator>
      <dc:date>2005-02-07T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479899#M847085</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;How does HP play in this picture??&lt;BR /&gt;&lt;BR /&gt;If this is a SUN environment and Oracle, then I would suggest you post to &lt;A href="http://Metalink.oracle.com" target="_blank"&gt;http://Metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I realize that this site rules in it's quest for the truth, but how does SUN play into that?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 07 Feb 2005 07:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479899#M847085</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-07T07:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479900#M847086</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are many ways to do this:&lt;BR /&gt;&lt;BR /&gt;1. Use exp to export the database and imp to create but it usually doesn't work flawless if you have different oracle versions.&lt;BR /&gt;&lt;BR /&gt;2. Make a database link and with one sql statement (basically) you insert into the destination database all the data you need.&lt;BR /&gt;No downtime, unless you drop indexes to speed up the insertion. :-)&lt;BR /&gt;&lt;BR /&gt;you can even migrate from a single SUN server into a HP server with these two options.&lt;BR /&gt;&lt;BR /&gt;Make sure you have enough diskspace for option 1 and enough network bandwidth for both. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;Ps. It is wise to get rid of oracle 8. Oracle 9.2.0.5 is the oldest supported version of oracle nowadays.</description>
      <pubDate>Mon, 07 Feb 2005 10:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479900#M847086</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-07T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479901#M847087</link>
      <description>Hi,&lt;BR /&gt;I would suggest you have a look ate metalink note 277650.1 - How to Use Export and Import when Transferring Data Across Platforms or Across 32-bit and 64-bit Servers&lt;BR /&gt;This goes into some details.&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 07 Feb 2005 10:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479901#M847087</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-07T10:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479902#M847088</link>
      <description>Hi Sush,&lt;BR /&gt;&lt;BR /&gt;Upgrade path for Oracle 8.0 versions.&lt;BR /&gt;If your old release version is 8.0.5 or less (i.e 8.0.4 or 8.0.3), then direct upgrade to 9i is NOT supported. You must first upgrade this version to 8.0.6. After the upgrade to 8.0.6 you can directly upgrade your database to 9i.&lt;BR /&gt;&lt;BR /&gt;Direct migration with a full database export and full database import  is only supported if the source database is:&lt;BR /&gt;   - Oracle7 : 7.3.4&lt;BR /&gt;   - Oracle8 : 8.0.6&lt;BR /&gt;   - Oracle8i: 8.1.5 or 8.1.6 or 8.1.7&lt;BR /&gt;&lt;BR /&gt;From 8.0.6 you can follow the upgrade path to 9i. &lt;BR /&gt;But verify the following.&lt;BR /&gt;Verify whether Oracle 8.0.6 is 64 bit or not. &lt;BR /&gt;Remember Oracle 9i is 64 bit only.&lt;BR /&gt;Verify the OS version and compatibility for oracle 9i.&lt;BR /&gt;Make sure that you are able to install Oracle 9i 64 bit without any problems.&lt;BR /&gt;&lt;BR /&gt;UPGRADING THE DATABASE&lt;BR /&gt;Once you have upgraded the database to 8.0.6 or 8.1.7 (Note: Release version of 8.1.5 or 8.1.6, then direct upgrade to Oracle 9.2 is NOT supported). Refer to Note 133920.1 for manual upgrading the database to 8.0.6 or higher.&lt;BR /&gt;&lt;BR /&gt;Attached document shows steps toupgrade to 9.2 from 8.0.6 or 8i&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 20:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3479902#M847088</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-02-07T20:58:57Z</dc:date>
    </item>
  </channel>
</rss>

