select
/*+ parallel(table,32,32) */
But, if you time this, the performance sucks rocks because there aren't nearly that many striped disks, and the hint ends up working against you. This is why you should always ask for information (i.e. number of cpu's, striping, etc) about the hardware that the Oracle server is actually sitting on.
When explain plans lie 0 Comments More | Login | Reply /