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: Rule of thumb for new schema vs. new database?

RE: Rule of thumb for new schema vs. new database?

From: <oracle-l-bounce_at_freelists.org>
Date: Thu, 6 Oct 2005 10:15:30 -0400
Message-ID: <87E07E8CF4B26D4587451BE788F5C3212BB510@IAD-WPRD-XCHB02.corp.verio.net>


> Something that was not mentioned by everyone and what I think is the
> most important question to ask has to do with recoverability.

I can recover an individual tablespace or tablespaces owned by a single schema just as effectively in a shared instance as a separate one, without at all impacting other data.

The real rule or thumb should be operational characteristics. You would certainly not put this newly proposed schema in an instance that is only up 9am to 7pm, or one that is not being run in archivelog mode because it has no point in time recovery requirement, or has some third party software that may have DB configuration restrictions (such as the aforementioned incompatibility with Oracle 10g).

What we do, in our shop, is keep such 3rd party apps in their own instances, and then have most of our in-house stuff in general purpose DBs. This has enabled to upgrade and keep those pretty current, and gives us experience with newer Oracle releases in advance of the SAP, Siebel and Peoplesoft versions that finally do support them.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 06 2005 - 09:18:45 CDT

Original text of this message

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