Table of Contents

Search

  1. Preface
  2. Analyst Service
  3. Catalog Service
  4. Content Management Service
  5. Data Integration Service
  6. Data Integration Service Architecture
  7. Data Integration Service Management
  8. Data Integration Service Grid
  9. Data Integration Service REST API
  10. Data Integration Service Applications
  11. Data Privacy Management Service
  12. Enterprise Data Preparation Service
  13. Interactive Data Preparation Service
  14. Informatica Cluster Service
  15. Mass Ingestion Service
  16. Metadata Access Service
  17. Metadata Manager Service
  18. Model Repository Service
  19. PowerCenter Integration Service
  20. PowerCenter Integration Service Architecture
  21. High Availability for the PowerCenter Integration Service
  22. PowerCenter Repository Service
  23. PowerCenter Repository Management
  24. PowerExchange Listener Service
  25. PowerExchange Logger Service
  26. SAP BW Service
  27. Search Service
  28. System Services
  29. Test Data Manager Service
  30. Test Data Warehouse Service
  31. Web Services Hub
  32. Application Service Upgrade
  33. Appendix A: Application Service Databases
  34. Appendix B: Connecting to Databases from Windows
  35. Appendix C: Connecting to Databases from UNIX or Linux
  36. Appendix D: Updating the DynamicSections Parameter of a DB2 Database

Application Service Guide

Application Service Guide

Oracle Database Requirements

Oracle Database Requirements

Use the following guidelines when you set up the repository on Oracle:
  • Verify that the database user has the following privileges:

      ALTER TABLE

      CREATE CLUSTER

      CREATE INDEX

      CREATE OR REPLACE FORCE VIEW

      CREATE OR REPLACE PROCEDURE

      CREATE OR REPLACE VIEW

      CREATE SESSION

      CREATE TABLE

      DROP TABLE

      INSERT INTO TABLE

  • Set the following parameters for the tablespace on Oracle:
    <Temporary tablespace>
    Resize to at least 2 GB.
    CURSOR_SHARING
    Set to FORCE.
    MEMORY_TARGET
    Set to at least 4 GB.
    Run
    SELECT * FROM v$memory_target_advice ORDER BY memory_size;
    to determine the optimal MEMORY_SIZE.
    MEMORY_MAX_TARGET
    Set to greater than the MEMORY_TARGET size.
    If MEMORY_MAX_TARGET is not specified, MEMORY_MAX_TARGET defaults to the MEMORY_TARGET setting.
    OPEN_CURSORS
    Set to 3000 shared.
    Monitor and tune open cursors. Query
    v$sesstat
    to determine the number of currently-opened cursors. If the sessions are running close to the limit, increase the value of OPEN_CURSORS.
    UNDO_MANAGEMENT
    Set to AUTO.
  • If the repository must store metadata in a multibyte language, set the NLS_LENGTH_SEMANTICS parameter to CHAR on the database instance. Default is BYTE.
  • Informatica does not support Oracle public synonyms for repository tables. Verify that public synonyms have not been created for any tables in the database.

0 COMMENTS

We’d like to hear from you!