Installation and Configuration → Installing Servers and Agents → Server Installation → Interactive Server Installation → Server Installation: Database Details
In the server installation wizard Database Details panel, specify the details for the database that you selected in the Database Selection panel.
Any of these besides the Derby database must already exist.
Enter the details according to the type of database, as shown in the following Windows examples. Enter the information you used on your system when you configured your database and downloaded the corresponding JDBC driver.
Port: 11377
User: serena_ra
Password: anypassword
Confirm Password: anypassword
JDBC Driver jar filename: c:\filepath\oracle-connector-ojdbc5.jar
JDBC Driver Class: oracle.jdbc.driver.OracleDriver
Database Connection String: jdbc:oracle:thin:@//serverName:1521/serena_ra
Database Schema: serena_ra
User: serena_ra
Password: thepassword
Confirm Password: thepassword
JDBC Driver jar filename: c:\filepath\sqljdbc4.jar
JDBC Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
Database Connection String: jdbc:sqlserver://serverName:1433;DatabaseName=serena_ra
User: serena_ra
Password: thepassword
Confirm Password: thepassword
JDBC Driver jar filename: c:\filepath\mysql-connector-java-5.1.24-bin.jar
JDBC Driver Class: com.mysql.jdbc.Driver
Database Connection String: jdbc:mysql://serverName:3306/serena_ra
Password: thepassword
Confirm Password: thepassword
Copyright © 2011–2015 Serena Software, Inc. All rights reserved.