Oracle Connection
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:
https://www.oracle.com/database/technologies/appdev/jdbc-downloads.htmlDownload the JDBC driver (
ojdbc<version>.jar) for Oracle database that is compatible with the supported JDK version and Oracle database version mentioned in https://infozone.atlassian.net/wiki/x/PAY0D .Store the JDBC driver in a directory that is available on the Platform Container host, such as
mz.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. The jdbc driver has performance using /dev/urandom.