db link issue - ora-12154
I created public db link from oracle 11g oracle db to 10g oracle db in linux server.
from linux server I am able to access from data thru db link which I created. but when I use same db link thru from my laptop(client) thru sqlplus/toad it throws an error ORA-12154.
we just migrated to 11g for this db. still there is 10g db and their it works fine.
I checked sqlnet.ora and it has directory_path(tnsnames, ezconnect).
anything else to check?
Thanks