From: Mark D Powell <markp7832@my-deja.com>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Study Q1: One Database Can Have Multiple Instances?
Date: Sun, 10 Sep 2000 03:48:28 GMT
Organization: Deja.com - Before you buy.
Lines: 40
Message-ID: <8pf0a7$9jb$1@nnrp1.deja.com>
References: <8peqt3$cgl3d$1@ID-41926.news.cis.dfn.de>
NNTP-Posting-Host: 199.228.142.8
X-Article-Creation-Date: Sun Sep 10 03:48:28 2000 GMT
X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)
X-Http-Proxy: 1.0 x54.deja.com:80 (Squid/1.1.22) for client 199.228.142.8
X-MyDeja-Info: XMYDJUIDmarkp7832


In article <8peqt3$cgl3d$1@ID-41926.news.cis.dfn.de>,
  "Dino Hsu" <dino1@ms1.hinet.net> wrote:
> Dear All,
>
> The document mentions one database can have multiple instances
 (parallel
> server), but I have no experience of this setting, I wonder:
> 1.Why does one database need multiple instances at the same time?
> 2.Will it make the implementaion very complicated?
> 3.Is parallel server specific to Unix and doesn't work for Windows
 NT/2K?
> 4.Can you show me an implementation example, if it is useful?
>
> Thanks in advance.
> Dino
>
Oracle Parallel Server, OPS, is used in high availability environments
and involves multiple instances, each on a separate machine, accessing
a shared (hopefully redundant) disk array.

If machine A fails the database is still available through machine B.
There are various means of automatic fail-over and load balancing
available depending on the hardware/software/application.

It is now possible for these two machines to be far, far apart, perhaps
even around the world from each other.

When data is selected on instance A on machine A it contacts instance B
on machine B to see if the target data has been updated but not yet
written.  If not then no problem, if it was the changed then the
changed data passed.  This is an over simplification, but if you want
to know more you can read the OPS Manual on the documentation CD.

--
Mark D. Powell  -- The only advice that counts is the advice that
 you follow so follow your own advice --


Sent via Deja.com http://www.deja.com/
Before you buy.

