Say I have a anonymous PL/SQL block with insert queries inserting huge data into certain table.
For faster execution I have added hints in the insert statements and in the select statements on all the tables.
All the tables involved are partitioned. But when I checked the sessions while execution, I could not find parallel sessions. Why?