OSB3.0 with JDBC connection to Oracle 8i
Today I encountered the following error message when configuring a JDBC datasource :
An error occurred during activation of changes, please see the log for details.
weblogic.application.ModuleException:
weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: 4
OSB 10.3 shows this errors when the JDBC source is an Oracle 8i database. The solution is putting the using ojdbc14.jar in the lib directory of your domain and removing (or renaming)the ojdbc6.jar file in server/lib.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Hey Gerben,
Does this mean that you cannot use Oracle 8i and 10 databases together?
I think that the 1.4 driver is good enough to support Oracle 10 JDBC connections. In the domain I’ve set up, a couple of resources connect
to Oracle 10 databases.
Let’s try it out