Avoid trouble: In the administrative
console, the wizard for creating new data sources does not allow you
to change the name of the Oracle .jar file. For example, you cannot
change the entry from ojdbc14.jar to ojdbc5.jar.
You have two options:
- Use the ojdbc14.jar that is shipped with the Oracle10g database
software to connect to the Oracle 11g database server. Oracle allows
you to use ojdbc14.jar to connect to an Oracle 11g database server.
Oracle 11g does not include a version of ojdbc14.jar.
- After you create the provider using the wizard, modify the JDBC
provider, and change the class path entry to reflect the location
of ojdbc5.jar.
gotcha