Neil Smith
Member
We have a large corporate tnsnames.ora file, unfortunately containing many old entries with similar names, e.g.:
MYDB_OLD, MYDB_OLD.WORLD =(DESCRIPTION=...(SID=MYDB))
...
MYDB, MYDB.WORLD=(DESCRIPTION=...(SERVICE=MYDB_DG))
where MYDB is the correct working entry.
When I try and connect to MYDB set as a stored connection, PL/SQL Developer if failing to connect, but it then displays a login box that shows that it was in fact trying to connect to MYDB_OLD.
Using tnsping, or connecting to the database from sqlplus, everything is fine, so the issue appears to be with PL/SQL Developer.
MYDB_OLD, MYDB_OLD.WORLD =(DESCRIPTION=...(SID=MYDB))
...
MYDB, MYDB.WORLD=(DESCRIPTION=...(SERVICE=MYDB_DG))
where MYDB is the correct working entry.
When I try and connect to MYDB set as a stored connection, PL/SQL Developer if failing to connect, but it then displays a login box that shows that it was in fact trying to connect to MYDB_OLD.
Using tnsping, or connecting to the database from sqlplus, everything is fine, so the issue appears to be with PL/SQL Developer.