Mapping Between Oracle and MRS Hudi Field Types
DataArts Migration converts the source field type to the destination field type based on the default rule, and creates tables and synchronizes data in real time.
Field Type Mapping Rules
The following table lists the field types supported by a job that migrates data from Oracle to Hudi.
Oracle Data Type |
Hudi Data Type |
---|---|
char |
STRING |
varchar |
STRING |
varchar2 |
STRING |
nchar |
STRING |
nvarchar2 |
STRING |
raw |
STRING |
number |
STRING/DECIMAL |
decimal |
STRING/DECIMAL |
float |
FLOAT |
binary_float |
FLOAT |
binary_double |
DOUBLE |
date |
TIMESTAMP |
timestamp |
TIMESTAMP |
timestamp with time zone |
STRING |
timestamp with local time zone |
STRING |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot