cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Connecting to Oracle

Former Member
0 Kudos

Hi All,

While Connecting to Oracle through jdbc thin driver, following error is displayed. Please help me in resolving the same.

<b>SQL Exception:

State : null

Message: Io exception: The Network Adapter could not establish the connection

Error : 17002</b>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Any or all of the following conditions may also apply:

1) You are able to establish a SQL*Plus connection from the same client to the same Oracle instance.

2) You are able to establish a JDBC OCI connection, but not a Thin

connection from the same client to the same Oracle instance.

3) The same JDBC application is able to connect from a different

client to the same Oracle instance.

4) The same behavior applies whether the initial JDBC connection

string specifies a hostname or an IP address.

Go thru the foll url

http://www.websina.com/bugzero/kb/oracle-connection.html

wbr,

KK

Former Member
0 Kudos

Hi Ramesh,

Your error seems to be that you can not connect to the oracle database.

1. Check connection parameters

2. Check network settings (firewalls etc)

3. Check jdbc driver

More than likely though you just have some error in your connection parameters or the oracle db is unreachable to due to network configurations.

regards,

Dion