Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Multiple hosts - shared SAN - ASM ?
DA Morgan wrote:
> Billy wrote: >
> > > True. I wasn't focusing on that part. But true. Hopefully the OP didn't > mean what was actually written.
While I'm not saying running 15 instances (presumbably for 15 databases) on one host is a great idea, the math here is faulty, and anyone with basic ability to use Unix tools and Oracle's OFA will most definitely NOT incur N times the overhead (either administrative or disk/memory) just because they have N small instances instead of one large one (where N is some small integer). Values of N equal to two or three are no big deal and can be easily justified in a number of situations.
On the other hand, even with one database per host, to use ASM in this scenario will require double the number of instances (one for the database, one for ASM) on each host, and if best practices are followed, double the number of ORACLE_HOMEs.
So, like any such decision, you have to weigh the trade-offs. Having twenty ASM instances from twenty nodes all hooked up to one SAN might be more administrative overhead than you care to handle, especially if your current practices involve managing various types of database files (such as archived redo logs) at the Unix level, since the only way to get any files in or out of ASM is to use RMAN (in other words, your SA will most likely be out of the picture at this point, which could be good or bad, depending on your organization).
Fortunately, you can migrate to and from ASM (see various notes on Metalink) so you don't have to make an all-or-nothing decision up front.
-Mark Bole Received on Tue May 31 2005 - 11:56:15 CDT
![]() |
![]() |