Class.Forname ("Oracle.jdbc.driver.OracleDriver"). NewInstance (); string url = "JDBC: Oracle: Thin: @ 127.0.0.1: 1521: mybase"; string uid = "gym"; string pwd = " GYM "; Connection Con = DriverManager.getConnection (URL, UID, PWD); Statement Stmt = Con.CreateStatement (); ResultSet RST = Stmt.executeQuery; While (Rst.next ()) { Out.println ("