Hello i am trying to write a table from an oracle database to a table in the lakehouse using a Dataflow Gen2, however i am getting the following error:
Mashup Exception Data Source Error Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Oracle: ORA-03135: connection lost contact
I had tried to copy the table using a copy activity from the pipeline it had executed in less than 10 mins and this is the ouput of the datapipeline.
dataRead": 5888482512, "dataWritten": 509448331, "filesWritten": 3, "sourcePeakConnections": 1, "sinkPeakConnections": 2, "rowsRead": 61295977, "rowsCopied": 61295977, "copyDuration": 496
Is it possible that dataflow Gen 2 is not able to handle such volume?