Installation and Configuration → Installing Servers and Agents → Server Installation → Database Installation → Installing Oracle
Before installing the Deployment Automation server, install an Oracle database. If you are evaluating Deployment Automation, you can install the database on the same machine where the Deployment Automation server will be installed.
When you install Deployment Automation, you will need:
the Oracle connection information, and
a user account with table creation privileges.
Deployment 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 © 2011–2015 Serena Software, Inc. All rights reserved.