RE: Server Architecture

From: M Rafiq <rafiq9857_at_hotmail.com>
Date: Thu, 3 Jan 2008 12:17:25 -0500
Message-ID: <BAY107-W384DDDB1E2EF5067E1463BA1530@phx.gbl>

Dan,  

Nothing wrong in my humble opinion. Thats the we working at our client site managing 1300+ oracle databases with version 7.3.4(please don't ask why) to 10.2.0.3. Mutiple Oracle homes with same version but different patchset levels owned by Oracle. Separate unix account for each database with it is own cronjobs (normally these are standard jobs so not that much maintenance is required). The reason for segregation is for compliance for validated environment and to meet vendor's requirement/certification.It is quite true when you are dealing with shared environment handling 15-20 databases on each server. It applies to all environment like prod, uat and developement. Quite safe when multiple dba's are supporting these databases. RegardsRafiq

Date: Thu, 3 Jan 2008 08:25:49 -0800From: dannorris_at_dannorris.comSubject: Re: Server ArchitectureTo: tanel.poder.003_at_mail.ee; oracle-l_at_freelists.org

If they're all on the same patch level today, why introduce all the ORACLE_HOMEs today? Personally, I'd keep them all on the same ORACLE_HOME now and when one wants to patch and the others aren't ready, spin up a new ORACLE_HOME, patch it, then migrate the DB in question to use the new ORACLE_HOME at that point. That way, if you don't run into patching conflicts, you'll never need the extra ORACLE_HOMEs. Is there something wrong with my logic?Dan ----- Original Message ----From: Tanel Poder <tanel.poder.003_at_mail.ee>To: oracle-l_at_freelists.orgSent: Thursday, January 3, 2008 10:05:40 AMSubject: RE: Server Architecture One good reason for separate sets of binaries is patching and patch testing on one database without affecting others.  

Having all installations under different Unix users (and also groups in this case!) may be better for security but will make the everyday maintenance, refreshes etc probably harder... as you'll have various problems with permissioning and file access, need to constantly su between users, chmod/chown files etc... that's unless you want to chmod 777 all your directories & files, which would heavily go against the security principles again.  

I know quite many shops which use a separate software installation (and set of database directories) for each database and it works well. You need to do more manual work for applying patches for all software installations (unless you use automatic provisioning of some sort), but you win in flexibility to patch/upgrade only selected databased in the server instead of all.  

Regarding different users for each database - this may be useful if you want fine-grained separation of duties - by database. However this approach will be useless if all your DBAs have access to all accounts anyway, in this case you will just make your life harder without gaining any benefit. So you should figure out if you really need all your Oracle installations under different unix usernames and whether the benefit outweighs the maintenance overhead.  

In summary (YMMV):  

  • different oracle homes for each instance - YES
  • different unix user for each oracle installation - NO ( use single unix user and separate environment files for each instance ).

--Regards,Tanel Poderhttp://blog.tanelpoder.com  

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Andrew KerberSent: Thursday, January 03, 2008 21:56To: satheeshbabu.s_at_gmail.comCc: oracle-l_at_freelists.orgSubject: Re: Server Architecture It does sound like a real maintenance nightmare. What is the problem they are trying to solve that requires 5 identical sets of binaries under 5 different users, as opposed to (worst case normally), 1 set of binaries and 5 instances? On Jan 2, 2008 11:49 PM, Satheesh Babu.S <satheeshbabu.s_at_gmail.com> wrote:

All, We have been proposed with following architecture by our consultant. I need your expert opinion on this. Assume a server got 5 database and all the databases running in same oracle version and patchset. They are proposing to create 5 unix account. Each unix account will have one oracle binaries and corresponding oracle DB. Apart from that each unix account will have dedicated mountpoints. In broader sense each unix account will be logically considered as one server.



The best games are on Xbox 360. Click here for a special offer on an Xbox 360 Console. http://www.xbox.com/en-US/hardware/wheretobuy/
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jan 03 2008 - 11:17:25 CST

Original text of this message