Hello Jiratch M,
Please correct me if my understanding is wrong. You are running a parallel pipeline(two copy activities?) to copy data from Oracle to the same target table using the same pipeline and queries.
One pipeline run succeeds, but the other fails during the process of copying data from Azure Data Lake Storage to Azure Databricks Delta Lake.
Is this intermittent or failing whenever you run the copy activity?
As per the error message, there is an NullReferenceException occurring during the copy process. This error indicates that an object reference is not set to an instance of an object, meaning that a variable or object expected to have a value is null.
Please try manually splitting the copy activity and check the exception.
And please check for any null values or missing mappings that could cause the NullReferenceException.
I hope this helps. Please let us know if you have any further questions.