Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to move a databse from Solaris to Llinux
Reinhold - My sympathy is with you. I would think that Oracle data files are basically binaries, so just moving them wouldn't work between dissimilar systems. A couple of other ideas for you:
If you were on a newer Oracle version, you could try transportable tablespaces.
I would tune the receiving database for import speed. Turn off archiving. Large log buffers, etc.
Full export without the rows, import that in the new system. Create a database link between the two (my studies have shown thatto be the fastest, but other people may report better luck with other methods, depending on factors like your network speed) and use SQL*Net COPY to move them, committing as you go. Unfortunately, if it bombs off in the middle of a table, you have to do that table again. For your largest tables, you may want to pick a data key like year and do a year at a time.
Good luck.
Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Wednesday, September 19, 2001 11:47 AM
To: Multiple recipients of list ORACLE-L
Hi all,
we have to move a 135 GB Oracle 8.0.6 database from Solaris 7 to Linux. We tried a simple restore of the database files from the last offline backup (tape) as we did it many times between equal systems.
After creating the new control file on the target system the database could not be started, becaue Oracle thinks that the system data file isn't really a data file!
This means i have to do an export/import! I assume an export time of round about 10 hrs. Is there any easier way?
TIA Reinhold Wagner
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Reinhold Wagner
INET: rwagner_at_zeunastaerker.de
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Sep 19 2001 - 11:01:27 CDT