Database DataWarehousing (MOSC)

MOSC Banner

parallel dml (insert) DOP

edited Jul 27, 2016 10:06AM in Database DataWarehousing (MOSC) 6 commentsAnswered

Hi,

I used below hints for parallel insert (insert as select * from ), both the cases it used 2 parallel process, one for insert and other for select.

/*+parallel(<table_name>,10) nologging*/

/*+parallel(<table_name>,2) nologging*/

Can you please suggest, how this DOP was determined? I mean, what parameters/hints take precedence over others? What is the order of preference oracle takes while deciding DOP?

Thanks,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center