JDBCアダプタを用いてOracleへ接続しようとグローバルリソースの設定を行い、
接続確認をすると以下のようなエラーが発生してしまい、接続できません。
原因について教えてください。
-----
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
192.168.218.30:1521:oracle
-----