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: Splitting a database: pro and cons

Re: Splitting a database: pro and cons

From: <tday6_at_csc.com>
Date: Wed, 15 Aug 2001 08:12:31 -0700
Message-ID: <F001.0036B260.20010815063627@fatcity.com>

I'm currently engaged in trying to join two databases that were split. The databases are supposed to be twin images of each other but, of course, they're not.

But you may be taking a different route. WIll any objects in database A be twinned in database B? Do you have lookup tables that will be in both databases? Are your primary keys generated by sequences and will the sequences be twinned in both databases? Will the manager of application A go to the boss of the manager of application B and tell him that database B doesn't produce the same results as database A?

If the answer to all of the above is, "No," then you probably do have two logical databases. Go ahead and split them. Otherwise, you've got a world of grief ahead of you trying to keep them synchronized. Think about policies and procedures to keep the data structures (much less the data) synchronized.

                                                                                       
          
                    Djordje Jankovic                                                   
          
                    <djankovic_at_corp.att        To:     Multiple recipients of list 
ORACLE-L      
                    canada.ca>                 <ORACLE-L_at_fatcity.com>                  
          
                    Sent by:                   cc:                                     
          
                    root_at_fatcity.com           Subject:     Splitting a database: pro 
and cons   
                                                                                       
          
                                                                                       
          
                    08/14/2001 06:51 PM                                                
          
                    Please respond to                                                  
          
                    ORACLE-L                                                           
          
                                                                                       
          
                                                                                       
          




Hi list,

I have two applications running against one database (in fact I have a few but for the sake of this question two are enough). The two apps have different upgrade patterns and I would like to split them in two databases that will be on the same unix server. There are some views that are used extensively that join data from both apps/schemas, and after the split those
should be made using db links. I did some tests and comparisons of queries going through links versus running them directly on the database, and did not see a lot of difference.

Does anybody see or know of any downside in splitting the database in two :-(. And any advantage :-). What is the general strategy when installing different apps (from different vendors) - put them on separate databases or combining them.

Thanks.

Djordje

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Djordje Jankovic
  INET: djankovic_at_corp.attcanada.ca

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: tday6_at_csc.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Aug 15 2001 - 10:12:31 CDT

Original text of this message

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