Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Currently,  supports only Oracle Database 19c or older JDBC drivers. Ensure that you are in the correct version prior to the installation to avoid any failure in starting up the platform.


The following steps are applicable when using an Oracle database. For configuration of Oracle RAC, skip to Oracle RAC Connection.

  1. Go to the Oracle JDBC driver download page: 
    https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html.

  2. Download the JDBC driver (ojdbc<version>.jar) for Oracle database that is compatible with the supported JDK version.

  3. Store the JDBC driver in a directory that is available on the Platform Container host.


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. The jdbc driver has performance using /dev/urandom

  • No labels