2. Databases

Please note that this documentation uses MySQL as the database. To use other databases, please subsitute that database JDBC driver and configure accordingly. Consult your Database documentation for more details. Below are notes for known special case instructions for other databases.

2.1. Oracle

For Oracle 9 and 10 use jdbc driver ojdbc14.jar

For Oracle 10, also follow this step:

  1. Edit portal.properties and add:

    hibernate.jdbc.batch_size=0

    Do not use the default setting of 20.