QUESTION POSED ON: 20 February 2006 I have created a database link from one database to another (for example, DB link from A to B and then from B to A). This is in Oracle 8i. I am able to access data from A to B. But when I try from B to A, I am getting the error "ORA-12505: TNS Could not resolve SID given in connect descriptor." I have checked the tnsnames.ora in the system and entries seem to be correct.
To continue reading for free, register below or login
Requires Membership to View
To read more you must become a member of SearchOracle.com
The ORA-12505 error simply means that the ORACLE_SID in your TNS alias does not match any ORACLE_SID defined for the database listener. You'll have to make sure your TNS alias SID matches the one defined in the listener's LISTENER.ORA configuration file.
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.