Re: How to turn off parallel option for my benchmarks

From: Jim Olsen <jolsen_at_atl.mindspring.com>
Date: 1996/06/04
Message-ID: <4p16tp$2rlk_at_mule2.mindspring.com>#1/1


Dwayne King <dwayne_at_dwayne.FreeNet.Kiev.UA> wrote:

>Hi,
 

>I am currently involved in evaluating the performance of several different
>servers / vendor configurations with Oracle 7.2
 

>One vendor is offering the parallel option, and the other is not. I want
>to be able to turn off the parallel option to be able to test just the
>servers on equal ground. Is it sufficient to just drop the tables used in the
>benchmarking program and then recreate/populate them without the parallel
>parameter?
 

>The vendor not offering the parallel option felt that it was necessary to drop
>the entire user's schema, and then recreate again. While I don't think this
>is necessary, I have admittedly very little experience with the parallel
>option.
 

>Any comments?
>---
>---
>*****************************************************************************
>* Dwayne K. King * email: dwayne_at_dwayne.freenet.kiev.ua *
>* International Monetary Fund * phone: (011-380-44) 212-54-81 *
>*****************************************************************************

alter table xxxxx parallel (degree 1 instances 1); alter index xxxx parallel (degree 1 instances 1);

also, you can take out the init.ora parameters which allow parallel query to work. PARALLEL_MIN_SERVERS PARALLEL_MAX_SERVERS etc. Received on Tue Jun 04 1996 - 00:00:00 CEST

Original text of this message