Solution : https://service.sap.com/sap/support/notes/651060 (SAP Service marketplace login required)
Summary :
Oracle Parallel Execution enables simultaneous execution of database operations which significantly decreases total runtime by utilizing more CPU and I/O resources effectively. Key subtypes include Parallel Query, Parallel DML, Parallel DDL, and Parallel Recovery. Main advantages are reduced operation time and enhanced performance, though it may also lead to system performance issues, such as resource bottlenecks and inefficient CPU utilization when the default degree of parallelism is used. Common issues include excessive usage of shared pool memory and inappropriate default settings for parallelism which may especially affect operations like Parallel DML in combination with Index-Organized Tables or when improperly managed post-DDL operations. Critical settings for managing parallelism include PARALLEL_MAX_SERVER)
Key words :
full table scans index fast full scans access, create index alter index rebuild create table, update delete insert parallel ddl parallel ddl, nested loop joins parallel dml parallel dml, parallel query slaves px subheap memory structure, alter session force parallel ddl parallel <degree>, alter session force parallel query parallel <degree>, alter session force parallel dml parallel <degree>, wrong cbo decisions activated parallel query, rbo support parallel query requires
Related Notes :
1013912 | FAQ: Oracle BW performance |
985118 | Wrong Values with parallel execution |
869006 | Composite SAP note: ORA-04031 |
806554 | FAQ: I/O-intensive database operations |
789011 | FAQ: Oracle memory areas |
772497 | FAQ: Oracle Hints |
767414 | FAQ: Oracle latches |
766349 | FAQ: Oracle SQL optimization |
750631 | Approximations for cost calculation of the CBO |
745639 | FAQ: Oracle enqueues |
723879 | Explain: System displays an incorrect access path |
712624 | High CPU consumption by Oracle |
619188 | FAQ: Oracle wait events |
618868 | FAQ: Oracle performance |
544521 | Controlling the PARALLEL degree |
332677 | Rebuilding fragmented indexes |
176754 | Problems with CBO and RBO |
105047 | Support for Oracle functions in the SAP environment |