Table of Contents

Search

  1. Preface
  2. Starting Data Archive
  3. System Configuration
  4. Database Users and Privileges
  5. Source Connections
  6. Target Connections
  7. Archive Store Configuration
  8. Datatype Mapping
  9. Database Optimization
  10. SAP Application Retirement
  11. z/OS Source Data Retirement
  12. Seamless Data Access
  13. Data Discovery Portal
  14. Security
  15. SSL Communication with Data Vault
  16. LDAP User Authentication
  17. Auditing
  18. Running Jobs from External Applications
  19. Salesforce Archiving Administrator Tasks
  20. Upgrading Oracle History Data
  21. Upgrading PeopleSoft History Data
  22. Data Archive Maintenance
  23. Appendix A: Datetime and Numeric Formatting
  24. Appendix B: Data Archive Connectivity

Administrator Guide

Administrator 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!