Getting Started → Installing Servers and Agents → Database Installation → Installing Oracle
Before installing the Serena Release Automation server, install an Oracle database. If you are evaluating Serena Release Automation, you can install the database on the same machine where the Serena Release Automation server will be installed.
When you install Serena Release Automation, you will need:
the Oracle connection information, and
a user account with table creation privileges.
Serena 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_URL]:[DB_PORT]/[SID]
For example:
jdbc:oracle:thin:@localhost:1521/dim12
Copyright © 2012–2013 Serena Software, Inc. All rights reserved.