Class.forName("oracle.jdbc.OracleDriver");
Connection con = DriverManager.getConnection("jdbc:oracle:thin:@数据库地址:1521:数据库名字",“user”,"Password");