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

Oracle Datatypes

Oracle Datatypes

The following table describes how the Data Vault Loader job converts Oracle native datatypes to Data Vault datatypes:
Oracle Datatype
Data Vault Datatype
CHAR
  • 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.
DATE
TIMESTAMP
TIMESTAMP
TIMESTAMP
TIMESTAMP WITH TIME ZONE
VARCHAR(100)
TIMESTAMP(9) WITH TIME ZONE
VARCHAR
INTERVAL YEAR TO MONTH
VARCHAR
INTERVAL YEAR(4) TO MONTH
VARCHAR
INTERVAL DAY TO SECOND
VARCHAR
INTERVAL DAY(9) TO SECOND(9)
VARCHAR
BFILE
BLOB
BLOB
BLOB
CLOB
CLOB
RAW (2000)
VARCHAR (4000)
LONG RAW
BLOB
LONG
BLOB
NUMBER
DECIMAL
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.
DECIMAL
DECIMAL
DEC
DECIMAL
INT
INTEGER
INTEGER
INTEGER
SMALLINT
SMALLINT
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.
DOUBLE PRECISION
DOUBLE PRECISION
ROWID
VARCHAR(18)
UROWID
VARCHAR

0 COMMENTS

We’d like to hear from you!