欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

[INS-20802]OracleNetConfigurationAssistantfailed.(Win7)故障问题解决(11g)

程序员文章站 2022-05-18 14:39:33
解决方案: Win7:C:\Windows\System32\drivers\etc下将hosts中环路地址127.0.0.1前面的注释去掉 #127.0.0.1...

解决方案:

Win7:C:\Windows\System32\drivers\etc下将hosts中环路地址127.0.0.1前面的注释去掉

#127.0.0.1       localhost  
改为:  
127.0.0.1       localhost  
#127.0.0.1       localhost  
改为:  
127.0.0.1       localhost  

linux:下修改/etc/hosts同理