connect PostgreSql to Oracle live -
i have postgresql database , need connect read data oracle view , store data in custom table
the postgresql database connect oracle everyday automatically read latest updates oracle view
how create it?
it sounds want sql/med foreign data wrapper. check out oracle_fdw
. use generic odbc_fdw
or jdbc_fdw
wrappers via oracle's odbc or jdbc drivers.
another option dbi-link.
combine these cron job if want copy local view.
Comments
Post a Comment