Installation and Configuration → Installing Servers and Agents → Server Installation → Database Installation → Installing Oracle
Before installing the Release Automation server, install an Oracle database. If you are evaluating Release Automation, you can install the database on the same machine where the Release Automation server will be installed.
When you install Release Automation, you will need:
the Oracle connection information, and
a user account with table creation privileges.
Release Automation supports the following 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 an Oracle database:
CREATE USER serena_ra IDENTIFIED by serena_ra;
GRANT CONNECT TO serena_ra;
GRANT RESOURCE TO serena_ra;
Select the Oracle database option in the installer.
The default value is:
oracle.jdbc.driver.OracleDriver
jdbc:oracle:thin:@//[DB_HOST]:[DB_PORT]/[SID]
For example:
jdbc:oracle:thin:@//serverName:1521/serena_ra
jdbc:oracle:thin:@[DB_HOST]:[DB_PORT]:[SID]
For example:
jdbc:oracle:thin:@serverName:1521:serena_ra
Copyright © 2012–2014 Serena Software, Inc. All rights reserved.