Reputation: 7531
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?
Upvotes: 0
Views: 637
Reputation: 6289
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.
Upvotes: 1