Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: EXPORT FAST?
Seema Singh wrote:
>
> Hi
> one of export for 35GB database is taking 12 hours.How to reduce this export
> time.
> Thx
> Seema
>
Try direct=Y, and (if nobody is currently using the database, otherwise you risk running into inconsistencies) try to export in parallel, by exporting several owners or tables in different processes, and trying to have all processes dealing with roughly the same amount of data. Quite obviously, try not to send all the data to the same controller/disk. If you still have times which are too long for you, totally reconsider. Import time will easily be 4/5 times greater.
-- Regards, Stephane Faroult Oriole Software -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriole.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 Tue Mar 26 2002 - 13:49:00 CST