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: Thomas Day <tomday2_at_gmail.com>
Date: Fri, 7 Oct 2005 09:19:04 -0400
Message-ID: <a8c504590510070619l77c9bb79s4dd798217a9c7902@mail.gmail.com>


My rule of thumb is -
 If it's got different entities then it's a different database.  If it shares some entitites then it's a different schema, with it's own entities separate from the base schema.
 If it uses the same database objects and the same data then it's a user with no objects of its own and a role that gives it the required privileges on the database.
 I've never had problems with multiple databases on the same server, even with different versions of Oracle. You just need to have it perfectly clear who is in charge of allocating shared resources.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 07 2005 - 08:22:37 CDT

Original text of this message

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