关于ORA-12154: TNS:could not resolve the connect identifier specified的问题

问题:net configuration assistant测试连接可以连接。但是PLSQL连接不了,报ORA-12154: TNS:could not resolve the connect identifier specified。

经过不断排查

解决办法:发现系统环境变量中path的值为E:oracleproduct10.2.0db_1in;E:oracleproduct10.2.0client_1;

              改为E:oracleproduct10.2.0db_1in;E:oracleproduct10.2.0client_1in;

有帮助的点个赞哦~
原文地址:https://www.cnblogs.com/penghq/p/6970744.html