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
How do i create postgres to oracle dblink?
提问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: