Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: New instance vs. New schema

Re: New instance vs. New schema

From: Arup Nanda <orarup_at_hotmail.com>
Date: Fri, 18 Apr 2003 20:26:37 -0800
Message-ID: <F001.00585442.20030418202637@fatcity.com>


It depends on the Service Level Agreements (SLA) you have for teh application. All applications in a single a database are subject to the same uptime as the database; if the database is down all apps are down. When you apply a patch, or change a system parameter, the database must be shut down. Is that acceptable? If your new app needs a more stringent uptime requirement, then you would want to place that in a separate database.

Other factors to consider are - whether you will ever need to have a DR solution like a standby database. If so, you have to have a separate database. And what about backups? If your existing database users are quite ok with cold backups, but the new app needs a hot one, you would rather place that in a separate DB.

Downside to the multiple database approach - overheads associated with a separate instance may overwhelm memory in the machine; new backup recovry schemes should be designed and tested, etc.

Hope this helps.

Arup Nanda
www.proligence.com

  What would be the thought pattern when trying to determine whether to put a new application's data under a new instance vs. putting it into an existing instance with a new schema?

  Some ideas:

  1. Different maintenance requirements - 24x7 vs. 8-5
  2. OLTP vs. OLAP

  Any other ideas?

  Rick Stephenson

  Oracle Database Administrator

  Ovid Technologies, Inc.

  rick_stephenson_at_ovid.com

  This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, forwarding or otherwise distributing or taking any action in reliance on the contents of this information is strictly prohibited.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Arup Nanda
  INET: orarup_at_hotmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Apr 18 2003 - 23:26:37 CDT

Original text of this message

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