How to create database link on lan???
I want to create a database link in oracle.For that I write command---
CREATE PUBLIC DATABASE LINK BASING
CONNECT TO iiita IDENTIFIED BY iiita
USING 'ankur-i';
From here I have created a link Name as BASING.. But Now I am facing a problem from access data from ankur-i computer--
I am writing a command ---
select * from dual@BASING
from that I am getting an error --
ORA-12154: TNS:could not resolve the connect identifier specified
So please give solution from this problem so that I can get out of this problem..


