Re: Materialized view from PG to Oracle? - Mailing list pgsql-general

From Ian Lawrence Barwick
Subject Re: Materialized view from PG to Oracle?
Date
Msg-id CAB8KJ=jMFS9LpTLYVy0oyX2a95pF_nk5f8pafZOJZ3ZgGo0E8A@mail.gmail.com
Whole thread Raw
In response to Materialized view from PG to Oracle?  (Roy Anderson <roy.anderson@gmail.com>)
Responses Re: Materialized view from PG to Oracle?  (Roy Anderson <roy.anderson@gmail.com>)
List pgsql-general
2014-03-12 12:00 GMT+09:00 Roy Anderson <roy.anderson@gmail.com>:
> Good day. We are transitioning over one database to Postgres as a test but
> retain an Oracle presence. The PG db in question is (it is currently still
> running Oracle) feeds a couple other Oracle dbs via materialized view logs
> and materialized views. Is it possible to achieve the same MV functionality
> in PG (i.e., have it feed Oracle via MVs)?

Not directly. The reverse would be possible at SQL level with the Oracle FDW
(see: http://pgxn.org/dist/oracle_fdw/ ) but otherwise you'd need some kind
of custom script/cronjob which reads the Postgres materialised view and
imports it to Oracle.


Regards

Ian Barwick


pgsql-general by date:

Previous
From: matshyeq
Date:
Subject: Re: libpq - lack of support to set the fetch size
Next
From: Adrian Klaver
Date:
Subject: Re: libpq - lack of support to set the fetch size