qwazer
qwazer

Reputation: 7531

Is Oracle application server OC4J bundled with oracle database driver ojdbc14.jar?

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

Answers (1)

Olaf
Olaf

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

Related Questions