DBMS_PARALLEL_EXECUTE Description Table of Contents
The table of contents of the DBMS_PARALLEL_EXECUTE description that can be used from Oracle 11g R2 is compiled and uploaded. Clicking on each table of contents will take you to that article.
- 1. Overview of Parallel Processing of DML Jobs
- 2. Parallel processing case of ROWID division method
- 3. NUMBER Column Split Method Parallel Processing Case
- 4. User Defined SQL Partitioning Parallel Processing Case
- 5. Considerations
This is information that can be helpful to those who have worked as DBAs or data migrations, and those who plan to do so in the future. In particular, it is a method worth considering when parallel hints cannot be applied when processing large amounts of data. In addition, I think that the user-defined SQL partitioning method can be applied in various ways.