Re: [UMN_MAPSERVER-USERS] query postgres AND oracle

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: [UMN_MAPSERVER-USERS] query postgres AND oracle
Дата
Msg-id dcc563d10801311209x76d7ce9ayd620f7ac5a5d331f@mail.gmail.com
обсуждение исходный текст
Ответ на [UMN_MAPSERVER-USERS] query postgres AND oracle  ("John Smith" <jayzee.smith@gmail.com>)
Список pgsql-general
On Jan 31, 2008 1:38 PM, John Smith <jayzee.smith@gmail.com> wrote:
> guys,
> i got geometry in postgres, some other data in oracle. is it possible
> to filter postgres geometry based on oracle data (without using
> services)?

You either import the data from oracle to pgsql and let the db do it
(fastest), use some form of dbilink to cross query to the oracle
database (slower), or you do it in the application (usually slowest)

My recommendation is to write some kind of simple script to import the
data from oracle and keep it up to date, especially if it's not real
high volume.

Explaining more about your particular problem will get better answers.

В списке pgsql-general по дате отправления:

Предыдущее
От: "John Smith"
Дата:
Сообщение: [UMN_MAPSERVER-USERS] query postgres AND oracle
Следующее
От: Steve Clark
Дата:
Сообщение: Re: warm standby examples.