Creating the project results database by using Oracle
You can create a project results database that uses Oracle.
Before you begin
For information about the supported versions of the database, see the Software Product Capability Reports.
section inAbout this task
The database that you create for
Rational® Integration
Tester must be formatted to use UTF-8 as the character set. By default,
Oracle does not create a database with the UTF-8 character set. When
you create a new database, ensure that you select AL32UTF8
in
the Oracle database setup.
Procedure
- Create a user within a suitably sized tablespace.
- Grant the following privileges to the new
user:
CONNECT
,CREATE TRIGGER
,CREATE PROCEDURE
,CREATE TABLE
,CREATE SEQUENCE
,CREATE VIEW
, andCREATE SYNONYM
. - Logged in as the newly created user, run
the
ghtester_oracle.sql
script against your database.Note: There are various ways to run the script against the database. For example, by using Oracle SQL Command Line utility, run a command of the following format:@"
<Installation Directory>/scripts/ghtester_oracle.sql"