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: Database Instance

RE: Database Instance

From: anu <anu_77_d_at_yahoo.com>
Date: Wed, 24 Dec 2003 08:24:25 -0800
Message-ID: <F001.005DB01D.20031224082425@fatcity.com>

One other disadvantage of putting all instances together is if you need to say bounce the database (for parameter change or other maintenance  etc) then all other applications will get affected. Whereas with separate instances other applications will not get affected.
 
To some extent one application failing will not affect other applications. Except if one application does not close its connections then it could lead to maximum connections (sessions) being reached and affecting other applications.
 
If the nature of the applications is different : OLTP, warehousing then you cannot really tune the parameters.
 
On the positive side I think putting instances together will lead to some memory savings.
 
I would suggest : Do not worry about who wants to put the instances together just list the advantages, disadvantages and make the decision.

Stephen.Lee@DTAG.Com wrote:

It is not necessarily true that an error in one application will affect all
applications. If there is a problem with oracle instance or the database,
then all applications might be affected.

Multiple schemas which have the same table names can be a problem. If your
applications uses public synonyms, then you might have a big problem.

If everything is working fine now, it seems pointless to move things around.
But this is philosophy. I do believe that isolating applications from each
other as much as possible is usually a good thing.
"Good fences make good neighbors." (usually)

But, if your manager insists on it, you have no choice. Just do your best
to keep the old stuff around in case it becomes apparent that the new way
will not work and you must go back to the old way.

> -----Original Message-----
> Lately, m! y manager want me to remove all the databases
> and remain a single instance. I was wondering if i
> move everything into single database then if one of
> the application fail due to oracle error , then all
> other four application will fail also rite ?
>
> Each of our web application needs to have 2 schema and
> both schema have to be transparent to each other.
> While other application schema will be invisible to
> each other. Since i have 5 web app then i will need 10
> schema.One major problem is all the 10 schema will
> contain same table name. It will be a mess putting so
> much app in a single db .
>
> Pls correct me if i am wrong and do let me know what
> are the pro and cons or maybe you can educate me with
> some of the best practice to setup a proper production
> server environment.
>
> Thank You
>
> Regards,
> Jkean
>
> >
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: INET: Stephen.Lee@DTAG.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@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).


Do you Yahoo!?
Free Pop-Up Blocker - Get it now
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: anu
  INET: anu_77_d_at_yahoo.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 Wed Dec 24 2003 - 10:24:25 CST

Original text of this message

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