Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Development projects: Multiple databases v/s multiple schemas
<FONT face="Courier New" color=#0000ff
size=2>That's why my question ... do schema cross-reference ...?
<FONT face="Courier New" color=#0000ff
size=2>
<FONT face="Courier New" color=#0000ff
size=2>If you have schema that don't need to talk to each other, one DB is still
good. If you have enough resources, then give every team on db. But that is
costly in terms of administration from DBA angle. Do developers/teams
startup/shutdown databases? Not here ...
<FONT face="Courier New" color=#0000ff
size=2>
<FONT face="Courier New" color=#0000ff
size=2>Agreed, testing should be on a separate box or instance at-least. Testing
in development instance is like shooting a moving target. Rarely works as
advertised.
<FONT face="Courier New" color=#0000ff
size=2>
<FONT face="Courier New" color=#0000ff
size=2>So, it boils down you your resources, if you have, go with multiple DB,
or else one DB should be fine. We have one dev/acpt/qa/release_test/dayold
database per production instance. Because the codebase is different and there is
some customization that really matters.
<FONT face="Courier New" color=#0000ff
size=2>
<FONT face="Courier New" color=#0000ff
size=2>But on our development RAC we have 22 (devl/acpt/qa) instances for
various groups on each machine. Production it is only 5 instances per
box.
<FONT face="Courier New" color=#0000ff
size=2>
<FONT face="Courier New" color=#0000ff
size=2>Raj
<FONT face="Courier New"
size=2>--------------------------------------------------------------------------------Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email
<FONT face=Tahoma
size=2>-----Original Message-----From: Naveen Nahata
[mailto:[EMAIL PROTECTED]Sent: Friday, June 20, 2003
11:15 AMTo: Multiple recipients of list ORACLE-LSubject:
RE: Development projects: Multiple databases v/s multiple
schemas
<FONT face=Arial color=#0000ff
size=2>Thanx Raj and Bahar,
<FONT face=Arial color=#0000ff
size=2>
Raj
I think you misunderstood my question. Or I might be misunderstanding a part
of your reply :-)
<FONT face=Arial color=#0000ff
size=2>
I'll
try to make my question clearer....
<FONT face=Arial color=#0000ff
size=2>
All
the developers of a project work on the same DB(developers don't have
individual DBs, project teams have). Different projects have individual
servers running separate DBs on separate machines. This causes maintenance
problems since currently project teams are responsible for their respective
servers and they don't have the required expertize to do it.
<FONT face=Arial color=#0000ff
size=2>
We
are planning to centralize the same and <SPAN
class=533142913-20062003>have one
high-end machine running different versions of Oracle. My question is, for
multiple projects which plan development on the same version of oracle, should
I have 1 DB per project or within one DB multiple schemas for different
projects?
<FONT face=Arial color=#0000ff
size=2>
The
project teams want separate DBs because they think they can shutdown and
startup the DB as per their wish. For them if something gets stuck, the best
way is to restart the DB :-). But my point is that starting and shutting down
a DB is not required at all, since most of the things can be dynamically
changed.
<FONT face=Arial color=#0000ff
size=2>
The
only thing is that certain init.ora parameters which cannot be changed
dynamically. But since there is not too much of benchmarking done by the
project teams the need to change init.ora parameters is not there.
<FONT face=Arial color=#0000ff
size=2>
If
required this can be done in a separate test DB which will be allotted for
testing and taken back once load testing/benchmarking is
over.
<FONT face=Arial color=#0000ff
size=2>
The
only problem I envisage with having multiple schemas is the name conflict
between applications(projects) (2 applications might want to have schema with
the same name).
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>I
think the "stats" referred by Bahar are system level statistics like CPU
utilization, waits etc. which I think are most relevant when doing tuning
during load testing / benchmarking which as mentioned above can be done on a
separate test DB specifically allotted for the same on a short term
basis.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Regards
<FONT face=Arial color=#0000ff
size=2>Naveen
********************************************************************This e-mailmessage is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank
you.*********************************************************************2Received on Fri Jun 20 2003 - 12:40:33 CDT