Skip to main content

Community

Connector Improvement: Oracle NUMBER datatype conversion issue in HVR

Please sign in to leave a comment.

Comments

2 comments

  • Official comment
    Mark Van de Wiel User

    Hi Arivu,

    It is possible to use ColumnProperties action to implement this behavior. For all tables, for the group TARGET, define an action ColumnProperties using DatatypeMatch="number[prec=0 && scale=0]". For example you could map such filter to Datatype=integer8 in the ColumnProperties action.

    Hope this helps.
    Mark.

  • Mark Van de Wiel User

    Hi Arivu,

    You can use ColumnProperties action in LDP (HVR) to adjust the mapping. If you want to do this for all columns listed as NUMBER without scale or precision in Oracle then you can use DatatypeMatch. https://fivetran.com/docs/local-data-processing/action-reference/columnproperties#parameters

    Hope this helps.
    Mark.