oracle connection 有时能取到有时候又取不到

报错 : java.sql.SQLException: Io 异常: The Network Adapter could not establish the connection

解决方法:


1 找到hosts文件

     一般 在 C:\WINDOWS\system32\drivers\etc中

2 在hosts文件中加入下面两句话 ( 不要加 “#” ,因为 # 在hosts文件中代表 注释  的意思 )

202.76.5.232 hkhkgs022-vip
202.76.5.233 hkhkgs023-vip

你可能感兴趣的:(oracle connection 有时能取到有时候又取不到)