项目

一般

简介

Oracle数据源测试提示:The Network Adapter could not establish the connection

由 宋 川 在 超过 3 年 之前添加

问题描述:Oracle数据源测试提示 The Network Adapter could not establish the connection

处理过程:1、检查目标IP是否能ping通 2、查看Oracle 监听文件的IP是否与数据源中的IP一致  最终发现Oracle监听文件中IP是内网地址,数据源IP是外网地址,改成内网地址后SQL测试通过。