Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Currently MediationZone does not support Oracle Database JDBC drivers 21c and 23c. Using the ojdbc8.jar/ojdbc11.jar in Oracle Database JDBC 21c and 23c will result in installation errors.
Please use the ojdbc8.jar in  Oracle Database JDBC driver 19c  or older.

Note
titleNote!

 Ensure that you are in the correct version prior to the installation to avoid any failure in starting up the platform19c's or older to avoid any installation errors.


The following steps are applicable when using an Oracle database. For configuration of Oracle RAC, skip to 3.8.3 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.

  4. Run the the following command to install Oracle drivers and to configure the Oracle connection parameters:

    Code Block
    languagetext
    themeEclipse
    $ ./setup.sh configure_oracle


    Note
    titleNote!

    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


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 jdbc driver has changes which have better performance using /dev/urandom


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next:


...