Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: More than one RAC instance/database on the same machine ?
DA Morgan wrote:
> Howard J. Rogers wrote: >
>>>Le JeanMimi wrote: >>> >>> >>>>First, thank you for your answers. >>>> >>>>For us, the point is availability (and not scalability). >>>> >>>>Say we have two databases A and B and two machines. >>>>We put A and B in RAC configuration : >>>>- instance A1 and B1 on machine 1 >>>>- instance A2 and B2 on machine 2 >>>>(A1 and A2 for database A, B1 and B2 for database B) >>>> >>>>If the machine 1 crashes, then all the work being done by A1 and B1 >>>>failover to machine 2 (TAF) and everything is very fast ... and >>>>transparent. >>>> >>>>Does it make sense ? >>>>Thanks (i'm rather new to this)
>>>Makes no sense to me. Put one database on A, one on B and build two >>>schemas.
>>>Now you have half as many things to go wrong. What do you >>>think you accomplish with 2 System tablespaces, 2 UNDO tablespaces, 2 >>>SGAs? I mean accomplish as in desirable?
> > This is RAC ... one instance per server. Sorry for the lack of languge > precision. > > Can you explain to me how two databases behave quite differently? > Databases don't behave on a node ... instances do. Thought I'd return > the favour. ;-)
Well, in your eagerness to be smart, you stuffed up. Because of course databases behave differently from each other. What do you back up? A database or an instance? And if you have a read-mostly database, do you back that up at the same frequency you do a write-mostly one?
And does it make sense to have a read-mostly database in archivelog mode? And the command to put a database into archivelog mode is indeed "alter DATABASE archivelog".
Should my sales database also do duty as my employees pay records database? Is not a database a collection of *related* data?
> I've heard that argument before ...
Good, then deal with it.
> but you are speculating
That isn't dealing with it. That is hoping you can wish it away.
> and from my
> experience
And that is an 'argument from anecdote'. Your experience isn't the be-all and the end-all, nor does it determine the argument adequately.
> I've yet to see a "real" situation where a second instance, > rather than a second schema, was really required.
You really are all over the place, aren't you? You, the avowed advocate of RAC, have a problem with anyone needing a second *instance* now??
Sort your language out. Think properly about what it is that you're trying to say. And deal with the argument about why anyone would ever need more than one database in their organisation if what you claim is true.
Once you acknowledge someone's need for multiple databases, and couple that with their desire to be able to quickly failover multiple databases, then the argument for putting instance A & B on one node, with backup instances on the other node, makes entire sense.
But if you are going to continue to claim that multiple schemas are all we ever need, then let's not prolong the discussion, because in that case you are wrong.
HJR Received on Sat Oct 30 2004 - 22:53:20 CDT
![]() |
![]() |