postgresql 我如何创建 postgres 到 oracle dblink?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18998225/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-11 00:25:44  来源:igfitidea点击:

How do i create postgres to oracle dblink?

postgresqloracle11gpostgresql-9.2dblink

提问by kinkajou

How do I create dblink in postgres 9.2 ? I want to be able to use it using @ link in oracle? I am using postgres 9.2 64bit. DBlink is from postgres 9.2 to Oracle 11g.

如何在 postgres 9.2 中创建 dblink?我希望能够在 oracle 中使用 @link 来使用它?我正在使用 postgres 9.2 64 位。DBlink 从 postgres 9.2 到 Oracle 11g。

回答by Leo

If you need to access postgresql FROM Oracle:

如果您需要从 Oracle 访问 postgresql:

http://dbaspot.wordpress.com/2013/05/29/how-to-access-postgresql-from-oracle-database/

http://dbaspot.wordpress.com/2013/05/29/how-to-access-postgresql-from-oracle-database/

If you need to access Oracle FROM postgresql:

如果您需要从 postgresql 访问 Oracle:

http://pgxn.org/dist/oracle_fdw/

http://pgxn.org/dist/oracle_fdw/