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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -