Preparing the CDA Database

Here you find the required configuration details for the database management systems.

See also:General Requirements for Upgrading CDA

This page includes the following:

Oracle

Component Requirements
Oracle Database Instance
  • Use character set WE8ISO8859P1 or UTF-8

    Determine the Oracle Database installation set:
    SELECT * FROM NLS_DATABASE_PARAMETERS;

  • Database Block Size 8192 Byte is required.
  • NLS_LENGTH_SEMANTICS = BYTE
  • Prepare table spaces UC4_DATA and UC4_INDEX
Oracle Server Preparations
  • TNSNAMES.ORA configured to access the Oracle Database

Define the AUTOMIC_ARA_DATA/INDEX Tablespace

MS SQL Server

Component Requirements
MS SQL Database Instance

Installation with following parameters:

Server Preparations
  • Install SQL Server Management Studio to access the database

Create the Database
  • The size of the transaction protocol should be at least 25% of the database size (for evaluation systems using Truncate Log)

PostgreSQL

Component Requirements
PostgreSQL Database Instance

Installation with following parameters:

  • It is recommended to use lowercase when working with PostgreSQL.

  • There are some mandatory and recommended database settings that will help you optimize your database to achieve top performance. See: Recommendations for PostgreSQL

  • The initial database space required for a CDA installation depends on the type and size of the system:

    Test systems: 1 GB

    Production systems

    • Small systems: 5 - 20 GB

    • Medium systems: 20 - 50 GB

    • Large systems: > 50 GB

    See also: CDA System Requirements and Sizing

Server Preparations

You can use either a graphical interface, such as pgAdmin, or a command line interface, such as psql, to install PostgreSQL.

Next step:

Reviewing the CDA Server System and Security