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. Oracle E-Business Suite Retirement Reports
  18. JD Edwards Enterprise Retirement Reports
  19. Oracle PeopleSoft Applications Retirement Reports
  20. Smart Partitioning
  21. Smart Partitioning Data Classifications
  22. Smart Partitioning Segmentation Policies
  23. Smart Partitioning Access Policies
  24. Language Settings
  25. Appendix A: Data Vault Datatype Conversion
  26. Appendix B: Special Characters in Data Vault
  27. Appendix C: SAP Application Retirement Supported HR Clusters
  28. Appendix D: 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!