<?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/3546705#M840596</link>
    <description>Hi Eric/All,&lt;BR /&gt;&lt;BR /&gt;Yeah we managed to do the full DB import in approx.36hrs and all is well with the DB. All things considered I know that we will follow the same steps should we need to in the future with such a large DB migration, unless we have otther options at our disposal.&lt;BR /&gt;Aagain thanks for all the advice &amp;amp; suggestions it was most appreciated. Below are the steps we took:&lt;BR /&gt;1. made a full DB export,therefore 1 43GB compressed dump file.&lt;BR /&gt;2. ftp'd data to new location&lt;BR /&gt;3. imported compressed dump file using a unix pipe&lt;BR /&gt;4. recompiled all invalid objects.</description>
    <pubDate>Sun, 29 May 2005 23:37:37 GMT</pubDate>
    <dc:creator>Edgar_8</dc:creator>
    <dc:date>2005-05-29T23:37:37Z</dc:date>
    <item>
      <title>data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546679#M840570</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We need to move an Oracle 8i DB(approx.1.2 TB) from one location to another. Anyone have any advice for the data move, that&lt;BR /&gt;would be the most viable performance &amp;amp; data integrity wise? We thought of the following options:&lt;BR /&gt;1 ftp data (approx 567 datafiles @ 2GB each)&lt;BR /&gt;2 backup &amp;amp; restore via backup software (netbackup)&lt;BR /&gt;3 export &amp;amp; import&lt;BR /&gt;&lt;BR /&gt;Now our limitation with options 1&amp;amp;2 is network bandwidth, we dont have a GB Ethernet (only 100MB) link between &lt;BR /&gt;locations and with option 3 the dump file will be massive &amp;amp; uncertain as to what the final size would be&lt;BR /&gt;&amp;amp; whether we have enough storage to cater for it. In addition timeframe wise export/import is unknown.&lt;BR /&gt;Aanyone have any bright advice?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 18 May 2005 00:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546679#M840570</guid>
      <dc:creator>Edgar_8</dc:creator>
      <dc:date>2005-05-18T00:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546680#M840571</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ftp might be slower.&lt;BR /&gt;&lt;BR /&gt;Use rsync.  I have used this to compare two servers ovr a 100MB link and have produced remarkable results ( I have never tried copying).  &lt;BR /&gt;&lt;BR /&gt;rsync available at &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.6.4/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.6.4/&lt;/A&gt; is worth considering as an option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 18 May 2005 00:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546680#M840571</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-05-18T00:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546681#M840572</link>
      <description>Hi Edgar,&lt;BR /&gt;&lt;BR /&gt;Option 2 seems to be the prefered one among all the 3&lt;BR /&gt;&lt;BR /&gt;Because &lt;BR /&gt;Option 1, using ftp will be slow as you link is only 100MB. But it depends how much down time can you efford.&lt;BR /&gt;&lt;BR /&gt;Option 3 is safe if you have a pre-created the database and all the tables, then instead of one big export, you can run exports for few tables, or by individual schemas and then import the data without indexes = N and then rebuild the indexes.&lt;BR /&gt;&lt;BR /&gt;By this way you can schedule exports and imports simultaniously for more than one expa dn imp.&lt;BR /&gt;&lt;BR /&gt;I agree with you that the time taken will be longer, but not that bad when you schedule simultaniously.&lt;BR /&gt;&lt;BR /&gt;Option 2 will be best as you take a full cold backup on to a tape and then restore form the tape to the new server into the same location and startup the database. But this will depend on your backup tool and the tape read write capability.&lt;BR /&gt;&lt;BR /&gt;We use Dataprotector backup tool and high speed LTO tapes and the 15 GB od data is written in 8 minutes on to the tape.&lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Wed, 18 May 2005 02:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546681#M840572</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-05-18T02:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546682#M840573</link>
      <description>Hi Edgar,&lt;BR /&gt;&lt;BR /&gt;I think you should try option 3 because a full export will reduce the size of the file you need to transfer from one location to the other since it will export only data: not free extents in tablespaces...&lt;BR /&gt;&lt;BR /&gt;If you go for this method, you should use GRANTS=y FULL=Y ROWS=y DIRECT=y COMPRESS=y... &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 18 May 2005 03:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546682#M840573</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-18T03:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546683#M840574</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;The full export of my 20Gb database has just completed now and gave a 3Gb tmp file, something like 15% size reduction! So, in your case, you may get something like 200Gb of tmp file...&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 18 May 2005 04:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546683#M840574</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-18T04:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546684#M840575</link>
      <description>Where I wrote "something like 15% size reduction", I wanted to say:&lt;BR /&gt;&lt;BR /&gt;"something like 15% the database datafiles size"</description>
      <pubDate>Wed, 18 May 2005 04:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546684#M840575</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-18T04:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546685#M840576</link>
      <description>Hi Edgar&lt;BR /&gt;&lt;BR /&gt;Regarding the volume of data, if you can take a cold backup of your database and restore it to the target machine. Obviously, it means you have backup device attached to both sites.&lt;BR /&gt;&lt;BR /&gt;For example, we have Nclass with LTO2 drives.&lt;BR /&gt;storage is XP128. Database backup is ~200Gb/hr onto one single drive ?&lt;BR /&gt;&lt;BR /&gt;What kind of backup device do you use ? What is the backend storage in each location ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 18 May 2005 05:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546685#M840576</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-05-18T05:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546686#M840577</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Im currently testing the export to see how long it takes.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 18 May 2005 05:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546686#M840577</guid>
      <dc:creator>Edgar_8</dc:creator>
      <dc:date>2005-05-18T05:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546687#M840578</link>
      <description>Hi Edgar,&lt;BR /&gt;&lt;BR /&gt;I would use the export-import option. It will cost you more time, but you can reduce fragmentation in the database.&lt;BR /&gt;Unlike Eric says, use COMPRESS=N, because if you use COMPRESS=Y, the export utility will check the highwater-mark of the table being exported and make that size of the initial extent. If you will update records in that extent, thet woun't fit and you tablespace will get fragmented enormously.&lt;BR /&gt;A nice toy to create an export is to do use the named pipe method. That way, the dumpfile will be placed on the other node directly. &lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 05:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546687#M840578</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-18T05:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546688#M840579</link>
      <description>renarios,&lt;BR /&gt;&lt;BR /&gt;You are confusing tablespace extents with pct_free for each table... &lt;BR /&gt;&lt;BR /&gt;COMPRESS=y will import ALL EXTENTS into ONE EXTENT! This eliminates the tablespace fragmentation!!</description>
      <pubDate>Wed, 18 May 2005 05:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546688#M840579</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-18T05:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546689#M840580</link>
      <description>Hi Renarios,&lt;BR /&gt;&lt;BR /&gt;I'm using the pipe &amp;amp; compress=y (due to disk space limitation) to disk.How would I export via pipe to remote node, command line syntax please.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 18 May 2005 05:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546689#M840580</guid>
      <dc:creator>Edgar_8</dc:creator>
      <dc:date>2005-05-18T05:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546690#M840581</link>
      <description>It would take you over 50 hours to transmit that much data over a 100mb pipe, and more likely is over 80 hours.&lt;BR /&gt;&lt;BR /&gt;Your best bet is either a backup and restore via tape, or to disk and ship the disk.&lt;BR /&gt;&lt;BR /&gt;liev free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 18 May 2005 06:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546690#M840581</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-05-18T06:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546691#M840582</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;Export/Import is really your tool of choice.&lt;BR /&gt;Just export the real data. No temp, no Undo, no Indexes (build those upon arrival).&lt;BR /&gt;&lt;BR /&gt;Potential to overlap. Use the FILESIZE option in export. It will now create manageable chunks. Compress those as they arrive into a pipe over the network and store compressed there. &lt;BR /&gt;&lt;BR /&gt;Potential to re-organize (Pagesize, tablespace layout,...)&lt;BR /&gt;&lt;BR /&gt;Syntax? RTFM!&lt;BR /&gt;&lt;A href="http://download-west.oracle.com/docs/cd/A91202_01/901_doc/server.901/a90192/ch01.htm#1005715" target="_blank"&gt;http://download-west.oracle.com/docs/cd/A91202_01/901_doc/server.901/a90192/ch01.htm#1005715&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just to be sure... the COMPRESS option does nothing to the export files themselfs, it does not compress those. It only influences the new tables. rtfm.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 08:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546691#M840582</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-05-18T08:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546692#M840583</link>
      <description>Well, best would be to have a tool like SRDF - on EMC frames...I'm assuming you don't - else you wouldn't be posting here.&lt;BR /&gt;&lt;BR /&gt;Option 2 would be best - do an offline.  Then once it is restored, shutdown the current one, and ftp the archive logs and have the DBA roll them onto the restored db.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 18 May 2005 08:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546692#M840583</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-18T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546693#M840584</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Compressing will not compress your datafile, but put all extents into one initial extent.&lt;BR /&gt;&lt;BR /&gt;For Eric:&lt;BR /&gt;You are right in a way, but if you compress all extents into one extent, eventually, your new database will get fragmented.&lt;BR /&gt;If you export non-compressed, all fragments will be placed contiguously into the tablespace, so at the end, your fragmentation will be less. &lt;BR /&gt;&lt;BR /&gt;For the export over the network, this is the syntax:&lt;BR /&gt;mknod /tmp/output p &lt;BR /&gt;chmod 777 /tmp/output &lt;BR /&gt;nohup dd if=/tmp/output | remsh &lt;REMOTE_NODE&gt; dd of=/path/to/export/dir/export.dmp &amp;amp; &lt;BR /&gt;exp ...&lt;BR /&gt;&lt;BR /&gt;&lt;/REMOTE_NODE&gt;</description>
      <pubDate>Wed, 18 May 2005 08:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546693#M840584</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-18T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546694#M840585</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;To use lots of advanced options like COMPRESS, FILESIZE, etc... it is easier to do it with Oracle Enterprise Manager.&lt;BR /&gt;&lt;BR /&gt;Renarios,&lt;BR /&gt;&lt;BR /&gt;"You are right in a way, but if you compress all extents into one extent, eventually, your new database will get fragmented.&lt;BR /&gt;If you export non-compressed, all fragments will be placed contiguously into the tablespace, so at the end, your fragmentation will be less."&lt;BR /&gt;&lt;BR /&gt;If you have 100 tables in the TOOLS tablespace with an average of 10 extents each, you get 1000 extents, right? So if you export with COMPRESS option you get, after importing, 100 extents (100 tables with 1 extent each)! 100 extents is less fragmentation than 1000, right!?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Wed, 18 May 2005 09:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546694#M840585</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-18T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546695#M840586</link>
      <description>Hi,&lt;BR /&gt;What about export but writing on an NFS filesystem from remote server?&lt;BR /&gt;You export should last60-80 hours I would guess your dmp file to be at most 300GB...&lt;BR /&gt;Can you use snapshots?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just thoughts&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 18 May 2005 09:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546695#M840586</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-18T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546696#M840587</link>
      <description>Eric, &lt;BR /&gt;&lt;BR /&gt;What you say is very true, but all extents are placed contigous in the tablespace, so in fact there is no fragmentation (must say: in an empty tablespace).&lt;BR /&gt;&lt;BR /&gt;Edgar, &lt;BR /&gt;&lt;BR /&gt;To speed up the export, use file=/tmp/output DIRECT=y  RECORDLENGTH=65535 BUFFER=104857600 &lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 09:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546696#M840587</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-18T09:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546697#M840588</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Allready had enough options but still if you have some spare space to copy the data to a alternate location then stop your database copy all datafiles to a new location and then before ftp just compress them using gunzip. Meanwhile when compression and ftp is going on you can start database at current location if your requirement suits it. This can be simply done if you are using something like business copy volumes (Alongwith XP Arrays).&lt;BR /&gt;&lt;BR /&gt;Export/import in this much volume will be a tedious and a lengthy process.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 18 May 2005 10:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546697#M840588</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-05-18T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: data migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546698#M840589</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all the advice its been most appreciated! Renarios et al, we completed the export in compressed mode last night about 10pm &amp;amp; it took in total approx.10 hrs compressing 1.2 TB to roughly 40GB dump. Our next challenge will be to import the data! Any bright ideas on that approach would be welcomed.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 18 May 2005 23:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-migration/m-p/3546698#M840589</guid>
      <dc:creator>Edgar_8</dc:creator>
      <dc:date>2005-05-18T23:36:59Z</dc:date>
    </item>
  </channel>
</rss>

