Table of Contents

Search

  1. Preface
  2. Introduction
  3. Accessing Data Archive
  4. Working with Data Archive
  5. Scheduling Jobs
  6. Viewing the Dashboard
  7. Creating Data Archive Projects
  8. Salesforce Archiving
  9. SAP Application Retirement
  10. Creating Retirement Archive Projects
  11. Integrated Validation for Archive and Retirement Projects
  12. Retention Management
  13. External Attachments
  14. Data Archive Restore
  15. Data Discovery Portal
  16. Data Visualization
  17. Data Privacy
  18. Oracle E-Business Suite Retirement Reports
  19. JD Edwards Enterprise Retirement Reports
  20. Oracle PeopleSoft Applications Retirement Reports
  21. Language Settings
  22. Data Vault Datatype Conversion
  23. Special Characters in Data Vault
  24. SAP Application Retirement Supported HR Clusters
  25. Glossary

IBM DB2 Datatypes

IBM DB2 Datatypes

The following table describes how the Data Vault Loader job converts IBM DB2 native datatypes to Data Vault datatypes:
IBM DB2 Datatype
Data Vault Datatype
CHARACTER
  • If length is less than or equal to 32768, converts to CHAR(length).
  • If length is greater than 32768, converts to CLOB.
VARCHAR
  • If length is less than or equal to 32768, converts to VARCHAR(length).
  • If length is greater than 32768, converts to CLOB.
LONG VARCHAR
CLOB
DATE
TIMESTAMP
TIME
VARCHAR
TIMESTAMP
TIMESTAMP
BLOB
BLOB
SMALLINT
SMALLINT
INTEGER
INTEGER
BIGINT
DECIMAL(19)
REAL
  • If length is less than or equal to 63, converts to REAL.
  • If length is greater than 63 but less than or equal to 126, converts to FLOAT(53).
  • If length is greater than 126, converts to FLOAT.
FLOAT
  • If length is less than or equal to 63, converts to REAL.
  • If length is greater than 63 but less than or equal to 126, converts to FLOAT(53).
  • If length is greater than 126, converts to FLOAT.
DOUBLE PRECISION
DOUBLE PRECISION
DECIMAL
DECIMAL

0 COMMENTS

We’d like to hear from you!