Is Oracle application server OC4J bundled with oracle database driver ojdbc14.jar?
I have webapp that connect to oracle DB via 开发者_JS百科JDBC and used class oracle.jdbc.OracleDriver.
Need I to package my webapp with ojdbc14.jar if it will be run in OC4J container?
OC4J comes with an JDBC driver jar. Oracle documentation provides instructions for upgrading it to a newer version or to a third party JDBC driver.
精彩评论