Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Install
  4. Data Archive Installation
  5. Data Vault Installation
  6. Application Accelerator Installation
  7. Application Retirement for Healthcare Accelerator Installation
  8. MongoDB Accelerator Installation
  9. Salesforce Accelerator Installation
  10. After You Install
  11. Data Archive Upgrade
  12. Data Vault Upgrade
  13. Upgrading Oracle History Data
  14. Upgrading PeopleSoft History Data
  15. ILM Data Validation Option Setup
  16. Data Archive Source and Target Database Requirements
  17. Data Archive Connectivity
  18. Data Archive Uninstallation
  19. SAP Application Retirement
  20. Database Users and Privileges
  21. Data Visualization Designer Installation
  22. Data Archive Installation Requirements Checklist and Architecture Options

Installation and Upgrade Guide

Installation and Upgrade Guide

ILM Repository User

ILM Repository User

The ILM repository user creates and owns the database objects in the ILM repository schema. The database objects contain repository data such as application metadata, users, jobs, and workbench definitions. The ILM repository user is also called the AMHOME user.
Data Archive requires the ILM repository user. You can create the user before the installation, or the installation can create the user and grant the required privileges.
For example, you can run the following script to create the ILM repository user:
create user
username
identified by
username
default tablespace
tablespace_name
temporary tablespace TEMP;
The following table lists the privileges required for the ILM repository:
Oracle Privileges
Microsoft SQL Server Privileges
IBM DB2 Privileges
ALTER SESSION
ALTER EVENT SESSION
ALTER SESSION
CONNECT
For information about creating connections to the SQL Server database, see http://msdn.microsoft.com/en-us/library/s4yys16a(v=vs.90).aspx
CONNECT
CREATE DATABASE LINK
Not applicable
Not applicable
CREATE PROCEDURE
CREATE PROCEDURE
CREATE PROCEDURE
CREATE SEQUENCE
CREATE SEQUENCE
CREATE SEQUENCE
CREATE SESSION
CREATE EVENT SESSION
CREATE EVENT SESSION
CREATE SYNONYM
CREATE SYNONYM
CREATE SYNONYM
CREATE TABLE
CREATE TABLE
CREATE TABLE
CREATE TYPE
CREATE TYPE
CREATE TYPE
CREATE VIEW
CREATE VIEW
CREATE VIEW
DEFAULT ROLE ALL
Default roles enabled when user logs in.
Not applicable

IBM DB2 Privileges

You must create the database schema for the ILM repository before the installation. The user that has authorization to the ILM repository schema must have access to the catalog tables.

Installation on SSL Enabled Databases

If you are using an SSL enabled database to install the ILM repository, you must import the SSL certificates from the database server into the Java truststore on the ILM installation host machine.
If JAVA_HOME is not available on the host machine, you must import SSL certificates to the Azul Java truststore available in the following path:
<DA Installer build>/DA/<windows/solaris/linux or java, depending on the host operating system>

0 COMMENTS

We’d like to hear from you!