Table of Contents

Search

  1. Preface
  2. Informatica Developer
  3. The Model Repository
  4. Searches in Informatica Developer
  5. Connections
  6. Physical Data Objects
  7. Flat File Data Objects
  8. Logical View of Data
  9. Viewing Data
  10. Application Deployment
  11. Application Patch Deployment
  12. Application Patch Deployment Example
  13. Continuous Integration and Continuous Delivery (CI/CD)
  14. Object Import and Export
  15. Appendix A: Data Type Reference
  16. Appendix B: Keyboard Shortcuts
  17. Appendix C: Connection Properties

Developer Tool Guide

Developer Tool Guide

Creating a Reserved Words File

Creating a Reserved Words File

Create a reserved words file if any table name or column name in the customized data object contains a database reserved word.
You must have administrator privileges to configure the Data Integration Service to use the reserved words file.
  1. Create a file called "reswords.txt."
  2. Create a section for each database by entering the database name within square brackets, for example, [Oracle].
  3. Add the reserved words to the file below the database name.
    For example:
    [Oracle] OPTION START where number [SQL Server] CURRENT where number
    Entries are not case sensitive.
  4. Save the reswords.txt file.
  5. In Informatica Administrator, select the Data Integration Service.
  6. Edit the custom properties.
  7. Add the following custom property:
    Name
    Value
    Reserved Words File
    <path>\reswords.txt
  8. Restart the Data Integration Service.

0 COMMENTS

We’d like to hear from you!