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: <Stephen.Lee_at_DTAG.Com>
Date: Wed, 24 Dec 2003 06:24:24 -0800
Message-ID: <F001.005DB00E.20031224062424@fatcity.com>

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, my 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: <Stephen.Lee_at_DTAG.Com
  INET: Stephen.Lee_at_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_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 - 08:24:24 CST

Original text of this message

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