About the Driver File for Oracle

Before creating JDBC Providers for Oracle and data sources, you must make the Oracle 19c JDBC driver (ojdbc8.jar) available on the computer where WebSphere is running.

This file is available under the jdbc\lib directory of your Oracle 19c database instance (i.e., <ORACLE_HOME>\jdbc\lib). For example, your directory path should resemble the following:

Windows: C:\Oracle\Ora19c\jdbc\lib\

Linux: opt/Oracle/Ora19c/jdbc/lib/

If Oracle is running on a different computer than WebSphere, this file needs to be copied to the computer running WebSphere. It is recommended that you copy this file to the <websphere_install_directory>/AppServer/lib/ directory.