oracle到postgresql连接

时间:2014-11-26 08:01:09

标签: oracle postgresql oracle11g

我正在使用postgresql 9.1oracle 11gR2 64位窗口。 我尝试在Oracle 11gR2和Postgresql 9.1之间进行异构数据库连接。 这里的信息:

我通过阅读这些链接来配置
http://dbaspot.wordpress.com/2013/05/29/how-to-access-postgresql-from-oracle-database/
http://manojadinesh.blogspot.in/2012/05/heterogeneous-db-connection-between.html

当我尝试这个命令时

select * from "testtable"@PG_LINK;

我收到了像

这样的错误
ORA-12154: TNS:could not resolve the connect identifier specified

0 个答案:

没有答案