dotConnect for Oracle connection issue Windows Vista 64 bit

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
basem
Posts: 2
Joined: Tue 27 Jul 2010 04:03

dotConnect for Oracle connection issue Windows Vista 64 bit

Post by basem » Tue 27 Jul 2010 05:11

I have the following error when trying to Oracle ....

ORA-12154: TNS:could not resolve the connect identifier specified

I'm using the following ...
- Visual Studio 2008 in Windows Vista SP2 64-bit OS
- Oracle Database 10g Express Edition Product Version 10.2.101.5 (There is only one ORACLE Home installed on the machine).
- Devart.Data.Oracle.dll version 5.70.140.0
- Devart.Data.Linq.dll version 1.0.36.0

The error pops up when trying to connect to the database from the "Connection properties" dialog box of the "Database Explorer - Entity Devloper" within VStudio.

I'm using the following tnsnames.ora file ...

XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = Bassem-PC)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 27 Jul 2010 17:05

Could you please specify the connection properties you are setting in the dialog? Also, are you able to connect to the server using some standard tool like SQL Plus (with the same connection properties)?

Post Reply