...
...
...
...
...
...
...
...
Warning |
---|
Currently the Oracle Database JDBC drivers 21c and 23c are not supported. Using |
The following steps are applicable when using an Oracle database. For configuration of Oracle RAC, skip to Oracle RAC Connection.
- Go to the Oracle JDBC driver download page:
httphttps://www.oracle.com/technetworkdatabase/databasetechnologies/featuresappdev/jdbc/index-091264downloads.html. - Download the JDBC driver (
ojdbc<version>.jar
) for Oracle database version 12.1. This driver also works with Oracle database version 11.2.that is compatible with the supported JDK version. - Store the JDBC driver in a in a directory that is available on the Platform Container host.
Run the the following command to install Oracle drivers and to configure the Oracle connection parameters:
Code Block language text theme Eclipse $ ./setup.sh configure_oracle
Note title Note! The above command will ask for the user to input to the Oracle driver directory. It can also be passed as an argument by running the command as follows:
./setup.sh -Dmz.3pp.dir=/oracle/jdbc/driver/dir configure_oracle, such asmz.3pp.dir
. For more information, see 3pp Properties.
If you are using Oracle 12, it is recommended that you set the property jvmargs.args
to -Djava.security.egd=file:///dev/urandom
for all pico instances that are expected to open connections towards Oracle. This is because the The jdbc driver has changes which have better performance using /dev/urandom
.