As you can see at this link sometimes the PARALLEL HINT
doesn't work in forking parallel execution of an update query.
For select I must even force a FULL TABLE SCAN
or a FAST FULL INDEX SCAN
. How does it work for DML statement?
I used the directive alter session enable parallel dml;
If you look at the IO of the linked topic. Just one thread is making read / changes.