got "ORA-12560: TNS:protocol adapter error" when query from DBLINK
592748Feb 25 2008 — edited Feb 25 2008I create database link like this;
create public database link XXXDBLNK
connect to xxx identified by xxx
using 'xxxdb';
And the tns seems ok, I can login with sqlplus myusername/pwd@xxxdb.
But when I "select * from dual@xxxDBLNK", I got the ORA-12560: TNS:protocol adapter error.
How to trouble shooting this?