Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: distributed databases

Re: distributed databases

From: David Simpson <dsimpson_at_dotcomsolutionsinc.net>
Date: Wed, 24 Jul 2002 14:13:51 GMT
Message-ID: <zCy%8.114523$Wt3.99888@rwcrnsc53>


Tony,
What you are requesting can be accomplished with Oracle's Advanced Replication. If you used Advanced Replication, then all of the data would be available at all of the servers. There are many issues to consider when doing this type of setup - here is a tech note which could be helpful:

http://www.dotcomsolutionsinc.net/support/repgen/repgen_tn_replication_desig n.html

David Simpson
www.dotcomsolutionsinc.net

"Tony" <giaptt_at_yahoo.com.au> wrote in message news:Cgr%8.44$ee5.35827_at_vicpull1.telstra.net...
> hi,
>
> i need some advice from people who have implemented distributed databases.
>
> Here is the scenario:
>
> In the diagram below is what can happen to the database being distributed
at
> different regions under Head Quarters.
>
> Head Quarters will need to be able to access all information from all
> regions.
> Each region will have their own data but all table descriptions are the
same
> across all databases except for content which will contain local data.
> Eg., region 1 will have customers belonging to region 1 only.
>
> Head Quarters (HQ)
> / \
> region1 region2 ..... region3
...
> region 4 ...
> / \ / \
> prov1 prov2 prov3 prov4 ----> prov
> means province
> / \ / \ / \ / \
> site1 site2 site1 site2 ... ....
>
> Questions:
>
> 1. Given each region contain only data belonging to their own region, if
> someone from region 2 comes to region 1 can try to do some a transaction,
> what is a good way to structure the distributed database ? Please also
bear
> in mind that Head Quarters must able be able to see and access all
regions.
>
> 2. There is also the issue of data synchronisation here. If the
transaction
> was done by a user from region 2 (at a site under region1), then how does
> Oracle handle the data synchronisation such that the data is updated
> immediately to region2's database and HQ.
>
> 3. Is it possible to structure such that each province can also contain
> their own local data (distributing region data downwards to the other
> provinces) if we wish to ?
>
> --
> regards,
> tony
>
>
Received on Wed Jul 24 2002 - 09:13:51 CDT

Original text of this message

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