Sunday, April 13, 2008

Improve Data Pump Performance

Data Pump is actually designed for very large database. If your site has very large quantities of data versus metadata, you should experience a dramatic increase in performance compared to the original Export and Import utilities.

Parameter that affect Data Pump performance:
1)Set the PARALLEL parameter. For maximum throughput, do not set PARALLEL to much more than twice the number of CPUs.

2)The following parameter settings improve database performance.

DISK_ASYNCH_IO=TRUE

DB_BLOCK_CHECKING=FALSE

DB_BLOCK_CHECKSUM=FALSE


3)The following initialization parameters must have values set high enough to allow for maximum parallelism:

PROCESSES

SESSIONS

PARALLEL_MAX_SERVERS


Related Documents
http://arjudba.blogspot.com/2009/02/important-guideline-about-data-pump.html
http://arjudba.blogspot.com/2009/02/how-to-do-data-pump-import-from-higher.html
http://arjudba.blogspot.com/2008/04/data-pump-exportimport-how-we-can-do-it.html
http://arjudba.blogspot.com/2009/02/ude-00018-data-pump-client-is.html
http://arjudba.blogspot.com/2008/04/exportimport-datapump-parameter-query.html
http://arjudba.blogspot.com/2009/02/how-to-take-data-pump-export-on-another.html
http://arjudba.blogspot.com/2009/02/compatibility-table-of-oracle-data-pump.html
http://arjudba.blogspot.com/2008/04/datapump-parameters-include-and-exclude.html

No comments:

Post a Comment