Initial database setup - assure_dq - 10.1.0

Assure DQ Server Installation

Product type
Software
Portfolio
Verify
Product family
Assure
Product
Assure DQ
Version
10.1.0
ft:locale
en-US
Product name
Assure DQ, ER, Insight and Perceive
ft:title
Assure DQ Server Installation
Copyright
2025
First publish date
2005
ft:lastEdition
2025-11-28
ft:lastPublication
2025-11-28T07:35:54.959000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Legacy Infogix DQ
L5_Product_Group
Legacy Infogix DQ
L6_Product_Name
Assure DQ
Product Feature

The initial database setup procedure creates the database instance and creates a database user and password. The user must have permission to create, alter, and drop tables.

A database administrator typically performs the initial database setup steps and then provides the values for the database properties to the system administrator.

Review “Oracle Initial Setup” to determine the initial size for your database and then complete the procedures that follow to create the database instance, user, and password. Follow the appropriate procedure for your database: “Oracle Initial Setup” or “SQL Server Initial Setup”.

Warning: For the schema name, do not use special characters, such as $, #, period (.), @, or hyphen (-).

Oracle initial setup

  1. Optionally, create a new database instance for the application database tables.

    Use AL32UTF8 as the database character set.

  2. Identify the database instance name (SID), host name or IP address, and desired locations of tablespaces for your application.

    If you install more than one Precisely application, each application requires its own schema or database. Multiple instances of an application in the same database each require a unique tablespace prefix.

  3. Create an application database user and password with permission to create, alter, and drop tables and views within the application tablespaces.

    This user does not need full administrative privileges, but must have the ability to insert, update, select, and delete all data in the application tables.

    Important: Do not use two special characters, such as $$, for the database user password. The system processes double special characters as an escape sequence, which prevents configuration validation and password encryption.

  4. If you plan to use a bulk loading utility, but the database and server are on two different machines, verify that the Oracle database client is installed on the machine where the application will run. Configure the Oracle bulk loading environment variables. Bulk loading is not applicable to Insight.

SQL server initial setup

  1. Create a new database instance for the application database tables.
  2. Identify the database instance name, host name or IP address, and desired locations of tablespaces for your application.

    If you install more than one Precisely application, each application requires its own schema or database.

    Multiple instances of an application in the same tablespace data directory folder require that you specify an unique tablespace prefix.

  3. Create an application database user and password with permission to create, alter, and drop tables and views within the application tablespaces.

    This user does not need full administrative privileges, but must have the ability to insert, update, select, and delete all data in the application tables.

    Important: Do not use two special characters, such as $$, for the database user password. The system processes double special characters as an escape sequence, which prevents configuration validation and password encryption.

  4. If you plan to use a bulk loading utility, but the database and server are on two different machines, verify that the SQL Server database client is installed on the machine where the application will run.