Before creating JDBC Providers for Oracle and data sources, you must make the
Oracle 19c JDBC driver (ojdbc8.jar) available on the computer where
TomEE 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 TomEE, this file needs to be copied to the computer running TomEE.
It is recommended that you copy this file to the
<SEE_install_dir>/config/tomcat/lib/
directory of the SIMULIA Execution Engine
installation.