You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Cloud Data Fusion, i am using oracle plugin provided to get data from Oracle 18c database. When using this for source, I able to successfully extract varchar data, but the number/integer types are not successful. Oracle table values are:
Preview on DataFusion shows as below, notice the ID column, the values are different :
|ID(decimal) | NAME (string) |
--------------------------------
|[1,-11] | raja |
|[1,-10] | praveen |
On the output file, i can see the values as:
[B@5f50fd07,raja
[B@6787d919,praveen
What are these values on ID column getting translated to? For decimals in oracle table, i get values like [0,-61,-66]. Are there implicit conversion of number types in data fusion. I'm using the oracle drivers provided by Data fusion.
The text was updated successfully, but these errors were encountered:
In Cloud Data Fusion, i am using oracle plugin provided to get data from Oracle 18c database. When using this for source, I able to successfully extract varchar data, but the number/integer types are not successful. Oracle table values are:
Preview on DataFusion shows as below, notice the ID column, the values are different :
On the output file, i can see the values as:
What are these values on ID column getting translated to? For decimals in oracle table, i get values like [0,-61,-66]. Are there implicit conversion of number types in data fusion. I'm using the oracle drivers provided by Data fusion.
The text was updated successfully, but these errors were encountered: