ORA-12154: TNS:could not resolve the connect identifier specified
Hi,
I created a new database called test_db and craeted a databaselink to database progdb. But when I try to query the table prospects in progdb using this database link, it gives me an error. Can someone please tell me where I am wrong?
CREATE DATABASE LINK progdb
CONNECT TO uatuser IDENTIFIED BY ****
USING 'progdb';
select * from prospects@progdb
ORA-12154: TNS:could not resolve the connect identifier specified