Обсуждение: sharing tables between databases

Поиск
Список
Период
Сортировка

sharing tables between databases

От
mikeo
Дата:
hi,
  we're attempting to parallel postgres with our oracle database
as part of a decision on whether or not to also use postgres as
a database.  one of the things that can be done in oracle is the
ability to see objects owned by another user, a database in postgres
as i understand it.  so if i have database 'x' with table 'x1' and database
'y' with table 'y1' is there a way for 'x.x1' to be seen by 'y'?

TIA,
  mikeo