Setting up Oracle databases

Perforce does not provide support for installing, configuring, or maintaining Oracle. A qualified Oracle database administrator should install and configure the database and create the required schemas and tablespaces.

Keep the following in mind:

Connecting to Oracle

The recommended method for using Oracle is via Oracle Call Interface (OCI). Download and install the required Oracle Instant Client libraries.

Creating database tables 

The QA Wizard Pro Server automatically creates tables when you start the server or convert the server database. The QAWServerDbCreate.sql script file, which is located in the Oracle directory in the QA Wizard Pro application directory, is used to create the tables.

Creating Oracle users

You must create an Oracle user for the QA Wizard Pro Server. The user only requires default connection privileges and should not have any Oracle DBA privileges. Use your preferred tablespace management for the users. An easy method is to set up the user to share the USERS tablespace and to enable an unlimited quota.

Sizing, memory, and tuning

Oracle sizing and tuning settings should be consistent with your corporate standards. Review the SQL scripts for schema creation installed with the QA Wizard Pro Server to determine the appropriate settings.