Data Type Incompatibility when Migrating from OGG to EventHub

Vamshi Krishna, Nomula 1 Reputation point
2022-09-27T09:15:34.793+00:00

We are working on Migration project moving data from On-prem Oracle to Azure via OGG.

In the onpremise source , for few columns data type is double but when these OGG replicats push the data to Event Hub , data in event hub is storing the column as Big int . we need know why this change has been happening . Also, this issue was happening only to few tables. other tables got loaded without any hicups.

Also, when we run the second pipeline to move the data from Event hub to Final Raw layer using Dataflows , big int data type in Event Hub is replicated as long data type in data flows. Due to this my second pipeline getting failed due to data type incompatibility between long and Double (Target system)

Please let me know how can we resolve this issue

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
556 questions
{count} votes