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: Multiple Instances Vs Multiple Servers

Re: Multiple Instances Vs Multiple Servers

From: MarkP28665 <markp28665_at_aol.com>
Date: 1997/04/11
Message-ID: <19970411232400.TAA26039@ladder01.news.aol.com>#1/1

The answer to one big server with three Oracle instances or three servers with one instance each depends on what each instance is for. If the applications in one instance will regularly need to access data in one or both of the others then you will be better off combining them into one instance to prevent having to use distributed queries.

On the other hand if one or all of the instance applications are pretty well independent of each other then you will definitely benefit from running a separate instance for each. A separate server for each actually depends on size, load, growth rate, and availability requirements. A small static system dozen user system can sit on the same box, while a heavy hit, rapidily changing, and growing database will be better off separate.

One more thing to consider is if any of the applications you plan on running are purchased packages. Sometimes a vendor package will not run on the next release without work. If you put three canned packages into one instance you can end up having your Oracle upgrades being held back but the weaker vendor while one of the other packages requires upgrading to run the next release.

Parallel server is definitely an option for a large closely related application.

Good Luck.
.
Mark Powell -- The only advise that counts is the advise that you follow so follow your own advise Received on Fri Apr 11 1997 - 00:00:00 CDT

Original text of this message

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