To improve throughput of a job, you can use the PARALLEL
parameter to set a degree of parallelism that takes maximum advantage of current conditions. For example, to limit the effect of a job on a production system, the database administrator (DBA) might wish to restrict the parallelism. The degree of parallelism can be reset at any time during a job. For example, PARALLEL
could be set to 2 during production hours to restrict a particular job to only two degrees of parallelism, and during nonproduction hours it could be reset to 8. The parallelism setting is enforced by a master process, which allocates work to be executed to a set of worker processes that perform the data and metadata processing within an operation. These worker processes operate in parallel.
Sunday, September 21, 2008
Maximizing Data Pump Job Performance
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2008
(38)
-
▼
September
(38)
- RMAN Process - From START to FINISH
- What is auxiliary Database?
- How to use recovery catalog?
- Recovery Catalog
- How to create RMAN catalog in 10g
- RMAN - Basics for Beginners
- ASH Report using OEM
- RMAN Recovery - All data files or tables using OEM
- Export/Import Usage on Data Incompatible with a Pr...
- Export and Import Requirements for Downgrades
- Export and Import Requirements for Upgrades
- TABLE_EXISTS_ACTION
- SQLFILE
- SKIP_UNUSABLE_INDEXES
- SCHEMAS
- REUSE_DATAFILES
- REMAP_TABLESPACE
- REMAP_SCHEMA
- REMAP_DATAFILE
- Using Directory Objects When Automatic Storage Man...
- Using Substitution Variables in Oracle Data Pump
- Maximizing Data Pump Job Performance
- What Happens During Execution of a Data Pump Job?
- How Does Data Pump Access Data?
- DBA_DATAPUMP_JOBS View and USER_DATAPUMP_JOBS View
- DBA_DATAPUMP_SESSIONS View
- Default Locations for Dump, Log, and SQL Files
- Original Export and Import Versus Data Pump Export...
- Oracle Data Pump New Featurs
- What New Features Do Data Pump Export and Import P...
- Data Pump Components
- Data Pump - Operating on Specific Objects
- Data Pump Import
- Data Pump Parallel Operation
- Data Pump Export Monitoring
- Data Pump Export
- Oracle 10g data pump
- Oracle Data Pump
-
▼
September
(38)
No comments:
Post a Comment