Re: Integration PostgreSQL with Oracle.

Поиск
Список
Период
Сортировка
От Chris Travers
Тема Re: Integration PostgreSQL with Oracle.
Дата
Msg-id 4357E55D.1080200@travelamericas.com
обсуждение исходный текст
Ответ на Integration PostgreSQL with Oracle.  (Alfredo Rico <alfredorico@gmail.com>)
Список pgsql-admin
Alfredo Rico wrote:

> Hi friends, greetings :-)
> Please apologize by my bad english, I speak sapnish.
>
> This question that I'll do could be a little difficult because I'm
> award that it should be very especific, although I'm looking for a
> first guide or directive in ordert to solve this dilemma.
>
> I'm developing a Java-Web Software using PostgreSQL for a company in
> which I work.
>
> One of the requirements is, using whatever mechanism (external to my
> Java-Web develop) to establish an
> interaction/integration/communication from my PostgreSQL database
> toward an Oracle Database already existents and in a production state
> inside the company,

Look into DBI-Link by David Fetter.  It requires Perl, DBI, DBD::Oracle
to make it work.  That would give you real-time communication between
PostgreSQL and Oracle...

Another option would be to write a simple Perl client, using the NOTIFY
framework, etc. to create a replication solution.

Does that make sense?

Best Wishes,
Chris Travers
Metatron Technology Consulting

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

Предыдущее
От: "Goulet, Dick"
Дата:
Сообщение: Re: Integration PostgreSQL with Oracle.
Следующее
От: Alfredo Rico
Дата:
Сообщение: Re: Integration PostgreSQL with Oracle.