Jive Forums Database Setup

Jive Forums stores all data in a back-end database that you must setup and manage. This document provides setup instructions for all of the currently supported databases.

JDBC 2.0 drivers are required for Jive to communicate with your database. Suggested drivers for particular databases are noted below where applicable. However, the JDBC-ODBC bridge will not work with Jive under any circumstances. For a full list of available JDBC drivers, please see: http://industry.java.sun.com/products/jdbc/drivers

Choose your database from the list below for setup details:

Note that the list of currently supported databases in Jive 2.0 is not as large compared to Jive 1.2.x. This is simply due to the fact that we do not have every database installed locally for testing. If you have Sybase, InstantDB, SAPDb, Solid, or any other Jive 1.2.x supported DB, please consider sending matt@jivesoftware.com an updated schema (please follow the format of the other 2.0 schemas rather than trying to update old schemas).

MySQL

Oracle

SQL Server

Setup Instructions

  1. Create a new database using Enterprise Manager if you do not already have a database you want to use. You may wish to name the database "jive".
  2. Create a user to access the database if you do not already have one you'd like to use. Consider making the default database for the user be the one you created in step 1.
  3. Open the Query Analyser and connect to the server.
  4. Select the database you want to use for Jive from the DB drop down (the one you created in step 1 if you're using a new database).
  5. Open the [jive]/database/Jive_sqlserver_7.sql file.
  6. Press F5 to run the script. The script will run and create the necessary tables.
  7. Proceed to the Jive setup tool and use the appropriate JDBC settings when prompted. PostgreSQL

    Interbase 6.0

    IBM DB2 7

    HSQL 1.6.1 (Hypersonic)

    Cloudscape 3.6.4