Re: is possible to read Oracle table from PostgreSQL?

Поиск
Список
Период
Сортировка
От
Тема Re: is possible to read Oracle table from PostgreSQL?
Дата
Msg-id 53151.24.60.194.163.1066326283.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответ на is possible to read Oracle table from PostgreSQL?  ("Marco" <marko78@libero.it>)
Ответы Re: is possible to read Oracle table from PostgreSQL?  (Joe Conway <mail@joeconway.com>)
Список pgsql-odbc
> I need to know if is possible to read oracle tables from PostgresSQL.
> Can someone give me some help?

It is theoretically possible, but depending on your skill level, possible
but difficult.

Starting with the latest versions of PostgreSQL, it is possible to return
multi-column result sets. All one would need to do is construct a
PostgreSQL extension that would query the Oracle database and return the
result set.

But, in general, I'd say no.



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

Предыдущее
От: "Marco"
Дата:
Сообщение: is possible to read Oracle table from PostgreSQL?
Следующее
От: Joe Conway
Дата:
Сообщение: Re: is possible to read Oracle table from PostgreSQL?