java 代码 Class.forName("oracle.jdbc.driver.OracleDriver"); Connection conn =DriverManager.getConnection(strConnectionURL,strUserName, strPassWord);