In the teamserver.oracle.properties file, change the
database host name (or IP), database name, and the Oracle user name
and password as shown below: Default teamserver.oracle.properties
file:
com.ibm.team.repository.db.vendor = ORACLE
com.ibm.team.repository.db.jdbc.location=thin:jazzDBuser/{password}@//oracleserver.example.com:1521/ORCL
com.ibm.team.repository.db.jdbc.password=jazzDBpswd
The teamserver.oracle.properties file after being modified
for Rational Quality Manager:
com.ibm.team.repository.db.vendor = ORACLE
com.ibm.team.repository.db.jdbc.location=thin:RQMuser/{password}@//9.34.23.81:1521/RQMDB
com.ibm.team.repository.db.jdbc.password=password
where
RQMuser is a user with appropriate DB
access rights.
RQMDB is the name of the Oracle database.
9.34.23.81:1521
is the IP address and port number of the Oracle server.
password
is the password of the Oracle user.
Note: The // in front of the
IP address above is needed when the RQM server and Oracle are installed
on different machines.
Also, do not change the password={password}
text in the property: com.ibm.team.repository.db.jdbc.location.