Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dblink problem on two verion of ORACLE DB
we have ORACLE 9ir2 and 10Gr2 on same server. based
on ORACLE document we ONLY turn on 10Gr2 listener.
The problem I have is I tried to create DBLINK on 9ir2 database and connect to another 9ir2 datbase. I got "TNS:could not resolve service name" error. I can use following command under 10Gr2 environment:
sqlplus system/manager_at_db01
but when I login to 9ir2 database and tried to use DBLINK, I have error:
SQL> select * from table1_at_db01_link;
ERROR at line 1:
ORA-12154: TNS:could not resolve service name
any ideal?
Thanks.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Aug 13 2007 - 09:39:25 CDT
![]() |
![]() |