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 Applications
  10. Interactive Data Preparation Service
  11. Enterprise Data Preparation Service
  12. Informatica Cluster Service
  13. Mass Ingestion Service
  14. Metadata Access Service
  15. Metadata Manager Service
  16. Model Repository Service
  17. PowerCenter Integration Service
  18. PowerCenter Integration Service Architecture
  19. High Availability for the PowerCenter Integration Service
  20. PowerCenter Repository Service
  21. PowerCenter Repository Management
  22. PowerExchange Listener Service
  23. PowerExchange Logger Service
  24. SAP BW Service
  25. Search Service
  26. System Services
  27. Test Data Manager Service
  28. Test Data Warehouse Service
  29. Web Services Hub
  30. Application Service Upgrade
  31. Appendix A: Application Service Databases
  32. Appendix B: Connecting to Databases from Windows
  33. Appendix C: Connecting to Databases
  34. Appendix D: Updating the DynamicSections Parameter of a DB2 Database

Data Preparation Repository Options

Data Preparation Repository Options

To edit the data preparation repository options, click the pencil icon in the Data Preparation Repository Options area. In the
Edit Data Preparation Repository Options
window, edit the required fields.

Oracle

  1. To use an Oracle database for the Data Preparation repository, select
    Oracle
    as the database type.
  2. Enter the connection properties for the database.
    The following table describes the connection properties:
    Property
    Description
    Database User Name
    Database user account to use to connect to the Data Preparation repository.
    Database User Password
    Password for the Data Preparation repository database user account.
    Connection String
    JDBC connection string to connect to the database. Format the string as follows:
    jdbc:informatica:oracle://<database host name>:<port>;ServiceName=<service name>
    Secure JDBC Parameters
    List of secure database parameters to connect to the database. Format the parameters as follows:
    EncryptionMethod=SSL;HostNameInCertificate=<secure database host name>;ValidateServerCertificate=true

MySQL

  1. To use a MySQL database or a MariaDB database for the Data Preparation repository, select
    MySQL
    as the Database Type.
  2. Enter the connection properties for the database.
    The following table describes the connection properties:
    Property
    Description
    Database User Name
    Database user account to use to connect to the database.
    Database User Password
    Password for the Data Preparation repository database user account.
    Database Host Name
    Host name of the machine that hosts the database.
    Database Port Number
    Port number for the database.
    Schema Name
    Schema or database name of the Data Preparation repository database.
    Connection String
    Connection string to connect to the database.
    To connect to a non-secure database, format the string as follows:
    jdbc:mysql://<database host name>:<port>
    The connection string is optional if you connect to a non-secure database.
    To connect to an SSL-enabled database, format the string as follows:
    verifyServerCertificate=true&useSSL=true&requireSSL=true
    Secure JDBC Parameters
    String containing the path and file name for the database truststore file, and the truststore password. Format the string as follows:
    trustCertificateKeyStoreUrl=file://<truststore path/truststore file name>&trustCertificatekeyStorePassword=<truststore password>

Back to Top

0 COMMENTS

We’d like to hear from you!