Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

enable parallel dml & alter session

thrupassApr 25 2016 — edited Apr 26 2016

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

This post has been answered by Rasheed_ on Apr 25 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2016
Added on Apr 25 2016
3 comments
1,317 views