Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RDBMS on Multiprozessor

Re: RDBMS on Multiprozessor

From: Eugene Gardner <Gene_at_VaxMan.prestel.co.uk>
Date: Tue, 05 Jan 1999 19:36:51 GMT
Message-ID: <36923948.23937852@news.prestel.co.uk>


Symetric MultiProcessing (SMP) control is done at OS level, so there are no Oracle options you need to make use of it. There is a Parallel Query option available for most platforms. The enables Oracle to do two (or more) tasks concurrently. However it is only of use if you have designed the database to make use of it (e.g. split tablespaces over several spindles), and you typically have very large amounts of data which lend themselves to being processed in this way. In short, best left to folks who have experience of it as you can easily sleigh performance if you cock up.

Eugene.



Harald Stefan <stefan_at_grandel.de> wrote:

> Hello everyone,
> i have to install an Oracle V7.3.4 on a RS/6000 with AIX 4
> and 4 processors an i haven't any practice with
> multi-processors.
>
> My Questions are :
> 1. Is there a special Option for the Rdbms to manage the processors ??.
> I think there is no.
> 2. Are there any special installation-Task ore Problems on such a
> machine.
>
> Thanks in advance for all answers.
Received on Tue Jan 05 1999 - 13:36:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US