Oracle Connection exception via JDBC
Posted
by sachin
on Stack Overflow
See other posts from Stack Overflow
or by sachin
Published on 2010-06-16T01:47:18Z
Indexed on
2010/06/16
1:52 UTC
Read the original article
Hit count: 228
I have installed Oracle 11gR2 on my machine, now when i try to connect to it using IP address as 'localhost' or '127.0.0.1' there is no issue, but when I use ip address of machine '192.168.1.6' it throws exception: Io exception: Then Network Adapter could not establish the connection.
I have installed ms loopback adapter prior to installation and my machine get IP from DHCP. do i need to configure any setting oracle config or what i might be missing here?
© Stack Overflow or respective owner