SQLDeveloper TNS Network Alias not working
DanCodiApr 6 2011 — edited Mar 30 2012I was using version 3.0 beta from the day it was out and no problems. Now production is out and TNS Network Alias is not working, it connects to the last entry in the tnsnames file. The Connect Identifier fails with and error: oracle.jdbc.driver.T2CConection.getlibraryVersionNumber()I.
The only way I can get my connections to connect to the specified database is by using a basic connection type. Am I missing something or is this a bug?
I have confirmed it is connecting to the wrong database using select * from sys.v_$database
Thanks