Re: Export Import Large Database - 9i
- From: Greg Rahn <greg@xxxxxxxxxxxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Sat, 16 Jan 2010 10:32:10 -0800
I think there are numerous "easy" ways to get the objects, etc over - it's that data that presents challenges. If you were on 10g or newer then expdp/impdp would be one option (or as mentioned TTS). Using exp/imp forces a logging import which will create lots of redo and will be much slower than a nologging load. Unloading the database (or at least large tables) to flat files could be an option - then load back via parallel nologging direct path loads via external tables. Tools like WisdomForce FastReader might come in very handy if this is desirable. On Sat, Jan 16, 2010 at 10:05 AM, <troach@xxxxxxxxx> wrote: > Might be a good time to try and convince the powers that be that this may be > a good time to upgrade to 10g or 11g? -- Regards, Greg Rahn http://structureddata.org -- http://www.freelists.org/webpage/oracle-l
- References:
- Export Import Large Database - 9i
- From: Oracle Dba Wannabe
- Re: Export Import Large Database - 9i
- From: Nuno Souto
- Re: Export Import Large Database - 9i
- From: Oracle Dba Wannabe
- Re: Export Import Large Database - 9i
- From: troach
- Export Import Large Database - 9i
Other related posts:
- » Export Import Large Database - 9i - Oracle Dba Wannabe
- » Re: Export Import Large Database - 9i - Nuno Souto
- » Re: Export Import Large Database - 9i - Oracle Dba Wannabe
- » Re: Export Import Large Database - 9i - Nuno Souto
- » Re: Export Import Large Database - 9i - Oracle Dba Wannabe
- » Re: Export Import Large Database - 9i - Govindan K
- » Re: Export Import Large Database - 9i - Tim Gorman
- » Re: Export Import Large Database - 9i - Kurt Van Meerbeeck
- » Re: Export Import Large Database - 9i - troach
- » Re: Export Import Large Database - 9i - Greg Rahn
- » RE: Export Import Large Database - 9i - Mudhalvan Moovarkku
- » Re: Export Import Large Database - 9i - Taral Desai
- » Re: Export Import Large Database - 9i - Jared Still