Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Moving a 250gig database from SUN to HPUX
> -----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.
-- 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
![]() |
![]() |