We have ONE DB which has TWO schemas as follows:
Do the Names from both Customer tables refer to the same data file location?
If not, is it possible to set them into the same point so in case of changing one the other is changed as well?
We have ONE DB which has TWO schemas as follows:
Do the Names from both Customer tables refer to the same data file location?
If not, is it possible to set them into the same point so in case of changing one the other is changed as well?
In the case of Oracle, you can save both tables in the same datafile depending on your declaration in tablespaces.
If you don't need to duplicate the same data, you can use a synonym, assigning permissions between schemas.