Persevere in setting up your db links and only have the data in one
place. It will simplify maintenance and avoid the problem of
inconsistent data.
Original Message dated 4/10/00, 10:03:16 PM
Re: Newbie: Need Help in sharing common data tables across schemas:
Hello.
Will this idea(s) work?
I will have a schema called common where I have various reusable data
tables that are used by various other schemas for foreign keys and
various other things. I think that I need to construct a db link to
provide access
from the other schema to the common schema however I am having
problems setting that up and also the permissions.
Is this the best method for doing this type of data reuse or should I
be duplicating and pushing out the data to each schema. What is the
preferred way to do this and what are the pros/cons?
STeve