ORA-12154 could not resolve the connect identifier specified

前端 未结 14 2804
南旧
南旧 2020-12-06 09:18

I have switched over to the 64bit Windows 7 and created a simple web app to test the connection to the database. I am using VS 2010 - plain asp.net web project and I am runn

14条回答
  •  半阙折子戏
    2020-12-06 09:55

    If you are using LDAP, make sure that the environment variable "TNS_ADMIN" exists and points to the folder containing the file "ldap.ora".

    If this variable does not exist, create it and restart Visual Studio.

提交回复
热议问题