I have webapp that connect to oracle DB via 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.