ORACLE

This guide includes the individual steps for setting up an Oracle database for Automation Engine usage.

Database administration rights are necessary to perform this step.

Refer to the reference section of the AE database in order to optimize performance. See: Configuration & Performance of the Database and the list of supported database versions.

Modifications in database contents result in an inconsistent database.

You can maintain the AE database by using partitioning with ILM (Information Lifecycle Management). Automic recommends reading the document about maintaining the data records before you set up the database.

Disk Space Required

See also: System Requirements and Sizing

System

Size Required

Test

1 GB

Small production

5 - 20 GB

Medium production

20 - 50 GB

Large production

More than 50 GB

ClosedCode-page Setting

The code-page setting of the DB client must comply with the database settings.

You can choose from either of the following three code pages, whichever best fits your needs:
WE8ISO8859P1, WE8ISO8859P15 and WE8MSWIN1252.

Which one you choose depends on the characters you need to store in the database.
WE8ISO8859P15 seems the better choice as WE8ISO8859P1 does not support the Euro sign (€),
WE8MSWIN1252 supports the Euro sign plus several additional characters. Automic recommends using this code page if you are newly setting up your database.
For further details, see also ORACLE's support document no. 264294.1.

It is not necessary to convert your database to a new character set f you have your database already set up using WE8ISO8859P1 and you do not need any of the additional characters.

You can query your database settings with the following command:

SELECT * FROM NLS_DATABASE_PARAMETERS

Specifying your code-page setting:

On Windows:
Set HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\...\NLS_LANG in the registry according to your database setting.

On UNIX:
You can set the environment variable NLS_LANG as shown below:

NLS_LANG =<NLS_LANGUAGE>_<NLS_TERRITORY>.<CHARACTER SET>;export NLS_LANG

For example:

NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15;export NLS_LANG

You can also define the code-page settings in the INI files of the relevant components ( [ODBC] section).

ClosedGeneral Installation Requirements

Hardware/Infrastructure

On the Database computer

A 64-bit client must be installed.

Oracle UTF-8 and the Automation Engine

Prerequisites for ILM

You can partition your database with ILM to guarantee the optimum performance of your Automation Engine system. Oracle requires the permission on USER_OBJECTS to work with ILM.

Oracle RAC

Setting Up the Oracle Database

Closed1. Define Tablespaces (DB computer):

Closed2. Create a Database User (DB computer)

Automic recommends creating an additional database user for AE. This user must have the required privileges.

Closed3. Change the Storage Parameters for Large Tables (DB computer)

Closed4. Define the Rollback Segment (DB computer)

Automic recommends defining a large roll-back segment for the Automation Engine. The size should be 10-25% of the Automation Engine data.

See also:

Installation Scenario 1 - RAC
Installation Scenario 2 - Data Guard

Regular Oracle Database Maintenance