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

在安装ORACLE安装的时候,报如下错误:ORA-12154: TNS:could not resolve the connect identifier specified。如下图所示:

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

折腾了很久才找到罪魁祸首:原来在安装数据库时,设置用户密码的时候里面包含了@符号,引起了这个错误,这个错误倒是有点诡异,应该是ORACLE连接DB时就把口令@后面的串当连接字用了。所以切记注意这个,否则很难发现问题。

上一篇:如何用反应式编程提升系统性能与可用性?


下一篇:iOS数据持久化-SQLite数据库使用详解