Oracle TNS names not showing when adding new connection to sqldeveloper

Posted by Americus on Stack Overflow See other posts from Stack Overflow or by Americus
Published on 2009-01-08T16:57:43Z Indexed on 2010/03/13 6:25 UTC
Read the original article Hit count: 535

Filed under:
|
|
|
|

Hello,

I'm trying to connect to an oracle database with sqldeveloper.

I've installed the .Net oracle drivers and placed the tnsnames.ora file at C:\Oracle\product\11.1.0\client_1\Network\Admin.

I'm using the following format in tnsnames.ora.

dev =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.XXX.XXX)(PORT = XXXX))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = idpdev2)
)
)

In sqldeveloper, when I try to create a new connection, no tns names show up as options.

Is there something I'm missing?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about tnsnames