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. LDAP User Authentication
  16. Auditing
  17. Running Jobs from External Applications
  18. Upgrading Oracle History Data
  19. Upgrading PeopleSoft History Data
  20. Data Archive Maintenance
  21. Storage Classifications
  22. Appendix A: Datetime and Numeric Formatting
  23. 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.

0 COMMENTS

We’d like to hear from you!