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: Moving a 250gig database from SUN to HPUX

RE: Moving a 250gig database from SUN to HPUX

From: <Stephen.Lee_at_DTAG.Com>
Date: Tue, 25 May 2004 15:31:45 -0500
Message-ID: <D6339830FC73944E889CC3CEADDB205B079093FB@bu-dtagpo1.tracs.com>


> -----Original Message----
> Your ideas/comments are appreciated.

alter tablespace xyz begin backup;

copy the files.

alter tablespace xyz end backup;

Rinse and repeat as needed.

alter system archive log current;

copy the logs and control files.

recover and open the database on HPUX.

There might a detail or two I left out because I haven't done it in a while, and I forget things. Like I forgot Angel's last line in the finale. Something like: "I want that dragon." But I probably don't have it just right, and it irritates me, because the more I think about it, the more I think it was a good last line.



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 Tue May 25 2004 - 15:29:08 CDT

Original text of this message

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