要让 Oracle SQL Developer (Ver 1.5.5) 识别 tnsnames.ora 里面配置的连接只需两步:
1. 设置TNS_ADMIN环境变量指向tnsnames.ora文件所在目录
C:\>set TNS_ADMIN TNS_ADMIN=D:\instantclient_11_22. 在 Oracle SQL Developer 里面新建连接,连接类型选TNS,即可在网络别名处列出已有连接
REF: http://stackoverflow.com/questions/425029/oracle-tns-names-not-showing-when-adding-new-connection-to-sql-developer