Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Best way to upgrade database/move data
'Best' depends on a lot of things.
If you have a narrow window of opportunity, export/import may not be a viable solution as it is so slow. Dumping your data to flat files and using sqlloader to load the data may be another way for you to do this. More complex that exp/imp, takes more planning and work, but faster to execute.
You can also just restore a backup on the new system and upgrade it. This is a fast way to move a database.
Jared
On Wednesday 25 July 2001 09:02, Cale, Rick T (Richard) wrote:
> Hi DBAs,
>
> Currently I have NT server 4.0/Oracle 8.0.5 with about 400 million
> records/450 tables,indices,etc.
>
> We will be getting a new NT server with Oracle 8.1.7. We will increase
> block size from 2k to 8k
>
> What would be the best way to move data/users/sequences,etc from existing
> server to new server? Essentially replicate everything from old server to
> new server.
>
> Thanks
> Rick
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jared Still INET: jkstill_at_cybcon.com 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 Jul 25 2001 - 21:43:15 CDT
![]() |
![]() |