下面的代码是连接哪个数据库的驱动加载片段
try{ Class.forName("oracle.jdbc.driver.OracleDriver"); }
catch(Exception e){ out.print(e.toString()); }