Hiplease help as i have problem connecting java with oracle the connectioncode which i m implementing is working in my college but not a my place
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection con = DriverManager.getConnection("jdbc:Oracle:thin//ip address of college:1521/orcl9i", "name", "password");
as i m entering the loop back address i.e 127.0.0.1 which is not accepting
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection con = DriverManager.getConnection("jdbc:Oracle:thin//ip address of college:1521/orcl9i", "name", "password");
as i m entering the loop back address i.e 127.0.0.1 which is not accepting
Last edited: