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

经过不断排查

解决办法:发现系统环境变量中path的值为E:\oracle\product\10.2.0\db_1\bin;E:\oracle\product\10.2.0\client_1;

              改为E:\oracle\product\10.2.0\db_1\bin;E:\oracle\product\10.2.0\client_1\bin;

相关文章:

  • 2022-01-13
  • 2021-10-28
  • 2022-02-17
  • 2021-08-03
  • 2022-03-02
  • 2021-05-06
  • 2022-12-23
  • 2021-07-09
猜你喜欢
  • 2021-11-02
相关资源
相似解决方案