Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Changes in platforms, changes in attitude....

RE: Changes in platforms, changes in attitude....

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Mon, 9 Feb 2004 14:17:49 -0600
Message-ID: <0186754BC82DD511B5C600B0D0AAC4D607AFFEE6@EXCHMN3>


Greg

   Recently I went HP/Compaq/Dec Alpha --> Solaris    We ruled out the idea of moving database blocks directly as being too risky.

   The main three methods I found with great help from people on this list were:

  1. Export/import as you mention
  2. SQL*Net
  3. Extract the data to a flat file and use SQL*Loader. You can locate the discussion thread by going to Google and entering Oracle-L "quickest method". Just based on what people recalled from their previous tests on various platforms conducted at various times, the speed seemed to be:
    1. SQL*Loader, and very scalable with parallel sessions, but the most effort as well.
    2. SQL*Net, but watch scalability across your network.
    3. Export/import With SQL*Loader it is difficult to create the flat file on the host server. If you can write a Perl program, especially if it will read the table dictionary, in theory that one program could create all your flat files. Then you must create SQL*Loader scripts for each table. You could have Perl write the data to the target system, but then you are essentially duplicating the SQL*Net method. You wouldn't use the SQL*Loader method for every table, but use Pareto's Principle (a.k.a. the 80/20 method). In nearly any database, a small handful of tables hold the bulk of the data. I have not heard where RMAN would help you accomplish the tasks. I am not familiar with Veritas. For us, in the end, it turned out the new server could actually import faster than the old server could export. My problems vanished at that moment.

Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----

From: Loughmiller, Greg [mailto:Greg.Loughmiller_at_cingular.com] Sent: Monday, February 09, 2004 1:38 PM
To: 'oracle-l_at_freelists.org'
Subject: Changes in platforms, changes in attitude....

Hey guys,  

Been awhile since I have re-platformed a database from HP to SUN. :-( And we had to do the infamous rman or import/export approach.  

But now I'm getting involved in a move of databases from SUN to HP. Are the requirements still to *migrate* the database via rman/export/import? Or have the block structures become *exact* where OS/Veritas utilities can be made useful. I'm sitting on a conference call, and we get to work thru moving 60+ databases in range from 1GB to 3TB from SUN to HP:-)  

Just looking for some quick feedback -

Thanks in advance!  

Greg Loughmiller

Sr Manager - Enterprise Data Architecture

This email, and any attachments, are intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. It is the property of Cingular Wireless. If you are not the intended recipient of this email, you are hereby notified that any dissemination, distribution or copying of this email, any attachments thereto, and any use of the information contained is strictly prohibited. If you have received this email in error, please notify me at 678-893-3217 and permanently delete the original and any copy thereof.  



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Feb 09 2004 - 14:17:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US