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: Oracle Parallel Server... multi processor machine

Re: Oracle Parallel Server... multi processor machine

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Thu, 16 Dec 1999 20:58:28 +0100
Message-ID: <945374364.26035.0.pluto.d4ee154e@news.demon.nl>


Hi Paul,
You are confusing Parallel Query (OPQ) and Parallel Server.(OPS) OPQ is for SMP machines, so one server with multiple CPUs OPS is about multiple servers having common disks, and using the same database.
This is done mainly for distribution of workload/failover/high availablity. So you would need to use OPQ, which is included in the Enterprise Edition. There won't be multiple instances
instead you need to configure your init.ora and/or your tables and/or your queries to use the multiple processors. If you don't do anything, the workload will be distributed using O/S mechanisms, if available.

Hth,

--
Sybrand Bakker, Oracle DBA
Paul Bennett <bennett_at_cc.gatech.edu> wrote in message news:3859322E.7E4BBFD0_at_cc.gatech.edu...
> Not counting writing the application for using a parralel server
> effectivly, if I wanted to run oracle on a multi processor machine I
> would need to use oracle parallel server, correct? If so, if I had 8
> processors, I would run 8 instances? If so, would each instance have an
> SGA? If so, isn't that a waste of memory to potential have the same
> table data cached in serveral SGA's on the same machine? Is there a way
> to share that buffer pool?
>
> It makes sence to have an SGA for each instance if the instances are
> running on completely different machines, of course.
>
> Thanks
>
> -- Paul
>
Received on Thu Dec 16 1999 - 13:58:28 CST

Original text of this message

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