Hi I am new to java when I tried to connect oracle with my java sample code I got the above exception
My Code is
import java.sql.*; import java.io.IO
Typically Oracle uses port 1521 for database access and you appear to be using port 8080 instead. You should check to make sure you have specified the correct port.