Table of Contents

Search

  1. Preface
  2. Part 1: Pre-Installation
  3. Part 2: Installation
  4. Part 3: Post-Installation
  5. Part 4: Apply the HotFix
  6. Appendix A: Starting and Stopping Proactive Monitoring Components
  7. Appendix B: Logging In to Client Tools
  8. Appendix C: Configure Reporting
  9. Appendix D: Installation and Configuration Checklist

Installation Guide

Installation Guide

Create a Read-only User in Oracle

Create a Read-only User in Oracle

Log in to the PowerCenter repository database as the database owner and perform the following tasks:
  • Create a read-only user, for example
    pcrs_readonly
    .
  • Grant the following privileges to the user:

      ALTER TABLE

      CREATE INDEX

      CREATE SESSION

      CREATE SYNONYM

      CREATE TABLE

      CREATE VIEW

      INSERT INTO TABLE

If you are going to monitor the Informatica environment for operations, perform the following task:
  • Log in as "sys as sysdba" and run the following commands:
    grant select on sys.dba_free_space to <read only user name>; grand select on sys.dba.data_files to <read only user name>

0 COMMENTS

We’d like to hear from you!