Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP: What are the advantages of Parallel Query/Server
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
![]() |
![]() |