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: HELP: What are the advantages of Parallel Query/Server

Re: HELP: What are the advantages of Parallel Query/Server

From: Rich Woods <rawoods_at_concentric.net>
Date: 1997/06/19
Message-ID: <33A9CE82.7D7B@concentric.net>#1/1

Francisco Lameira wrote:
>
> Hi,
>
> I'm using Oracle 7.1.6 on a Alpha (1 processor, 40 disks of 4.3 GB).
>
> - What is Parallel Query? And Parallel Server?
>
> - Can the performance of my DB (with 1 processor) be improved with the
> use of any of these options? In what way?
>
> Thankx in advance.

The Oracle Parallel Server option's primary focus is high database availability, providing multiple nodes concurrent access to the same database files. If one node fails, the remaining node(s) perform recovery, if necessary, and continue to operate. Oracle Parallel Query provides the ability for multiprocessor platforms to divide DML and DDL operations into multiple pieces with the aim of reducing the elapsed time it takes to complete the operation.

-- 
Rich Woods
Technical Field Support Specialist, Oracle Corporation, USA
The above statements and opinions are my own and do not
necessarily represent those of Oracle Corporation.
Received on Thu Jun 19 1997 - 00:00:00 CDT

Original text of this message

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