Skip to Main Content

SQL & PL/SQL

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!

Oracle: Degree of parallelism

Rajneesh S-OracleJul 2 2019 — edited Feb 21 2020

Hello All,

If I have set degree of parallelism (DOP) at database level, then it means any select, DML operation performed on any table will be executed in parallel fashion in multiple threads?

What areĀ  advantages and disadvantages of DB level DOP.

What is pros and cons of object level DOP and when preferred over DB level DOP.

what are pros and cons of automatic degree of parallelism and when it is preferred over other kind of parallelism.

When I define DOP at ODI then is it mandatory to define at DB level as well?

Thanks,

Rajneesh

This post has been answered by Billy Verreynne on Jul 5 2019
Jump to Answer
Comments
Post Details
Added on Jul 2 2019
6 comments
2,062 views