Never heard of DOP parameter unless it's some "acronym" you invented (it's not in any of the 10g or 11g manuals).

Try settiing the value to 2 times the number of processors you wish to use, for example:

/*+ parallel(alias,14) */ to use only 7 of the 8 processors.
.