Enabling DML Parallel in oracle 12c
Hi All,
I have checked some oracle document about enabling DML Parallel, and they provide 2 bellow solutions:
1. ALTER SESSION ENABLE PARALLEL DML; or
2. Using hint /*+ PARALLEL (table_name) */ in DML statements.
Do we have other solutions except these above ones to enable DML Parallel ?
Thanks,
Beck.