Re: Oracle to PostgreSQL replication

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Oracle to PostgreSQL replication
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17CF8054@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Oracle to PostgreSQL replication  (Sameer Kumar <sameer.kumar@ashnik.com>)
Список pgsql-general
Sameer Kumar wrote:
> I guess I will be exploring more on oracle foreign data wrapper.
> 
> Has anyone tried using oracle_fdw with Oracle RAC? I am wondering how would it handle failovers.

I have not tried it, but it should work as follows:

- You'll have to use a connect string that is correctly defined for
  "transparent application failover", see
  http://docs.oracle.com/cd/E11882_01/network.112/e10836/advcfg.htm#NETAG455

- Failover will happen automatically.

- SELECTs should be able to complete without error message.

- INSERT, UPDATE and DELETE will fail with an error message and
  will have to be retried.  I did not code oracle_fdw to support
  TAF for DML statements.

Yours,
Laurenz Albe

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

Предыдущее
От: Vincent de Phily
Дата:
Сообщение: Re: Receiving many more rows than expected
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Receiving many more rows than expected