About me:Oracle ACE pro,optimistic,passionate and harmonious. Focus on ORACLE,MySQL and other database programming,peformance tuning,db design, j2ee,Linux/AIX,Architecture tech,etc
全部博文(169)
分类: Oracle
2023-05-07 22:39:43
PCWC: parallel combine with child.
PCWP: parallel combine with parent.
P->P: parallel to parallel.
P->S:
parallel to Serial
并行操作写法注意点:
首先需要执行:
ALTER SESSION FORCE PARALLEL DML或ALTER SESSION ENABLE PARALLEL DML开启并行DML
然后执行DML语句。