我正在使用postgresql 9.1
和oracle 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