ORA-12169: TNS:Net service name given as connect identifier is too long
转至:http://www.itpub.net/thread-1922287-1-1.html。原来的格式是fileformat=dos,修改为fileformat=unix,就正常了。:set ff 可以看当前格式,显示dos的大部分原因是win平台生成的文件复制到。为什么会出现这样的错误?明明TNSNAME不长?有可能是tnsnames.ora文件格式的问题。:set ff=unix 设置成。
·
为什么会出现这样的错误?明明TNSNAME不长?
有可能是tnsnames.ora文件格式的问题
原来的格式是fileformat=dos,修改为fileformat=unix,就正常了
方法:
默认使用vi
:set ff 可以看当前格式,显示dos的大部分原因是win平台生成的文件复制到nix去
:set ff=unix 设置成nix格式
转至:http://www.itpub.net/thread-1922287-1-1.html
更多推荐



所有评论(0)