Before you install the server, install the Oracle database and have the JDBC JAR file for the installation process.
IBM UrbanCode Build supports these database editions:
Oracle Database Enterprise
Oracle Database Standard
Oracle Database Standard One
Oracle Database Express
Version 10g or later is supported for each edition.
To install the database
Obtain the Oracle JDBC driver. The JDBC JAR file is included with the Oracle installation files. The driver is unique to the edition that you are use.
Copy the JDBC JAR file to installer_directory\lib\ext directory.
Begin to install the server. See Installing the server in interactive mode. When you are prompted for the database type, enter oracle.
Provide the JDBC driver class that IBM UrbanCode Build uses to connect to the database.
The default value is oracle.jdbc.driver.OracleDriver.
Provide the JDBC connection string. The format depends on the JDBC driver. It is in this format:
jdbc:oracle:thin:@DB_URL:DB_PORT:SID
This example shows a JDBC connection string:
jdbc:oracle:thin:@localhost:1521:XE
Finish by entering the database user name and password.