How to create a SIMPLE distributed database in Oracle??
From: channa_s <member33438_at_dbforums.com>
Date: Fri, 12 Sep 2003 05:13:36 -0400
Message-ID: <3362037.1063358016_at_dbforums.com>
Date: Fri, 12 Sep 2003 05:13:36 -0400
Message-ID: <3362037.1063358016_at_dbforums.com>
Hi,
I would be very grateful if anyone could help me with the following. I want to create a SIMPLE distributed database. It is as follows:
There is a institution which has branches all over the country offering various courses.
I want to horizontally fragment the following table and place each fragment in each branch.
COURSE (cno, branch, cname, lecturer)
I have 2 databases, one in Windows NT and the Other in HP-UX. How do I created the GLOBAL schema? How do I create the LOCAL schema?
Also if I want to replicate the cno and name in each branch for improvement of queries, how can I achive this?
Thanks & Regards,
Francis
-- Posted via http://dbforums.comReceived on Fri Sep 12 2003 - 11:13:36 CEST