Hi, experts
oracle 11.2.0.4
A query can be parallelized with just SQL hint(parallel) without alter session command (ALTER SESSION enable parallel query).
But a dml(for example, insert) is not parallelized with just hint.
Are there any ways to enable parallel dml without issuing alter session command ( alter session enable parallel dml) ?
seems like parallel query .....
giving privilege or something like that ?
Thanks in advance