The issue is if the destination table name has $ then the pipeline is failing. As Sedat mentioned, this is exactly the same issue I was facing. Please let me know if you have any further details from my end.
Could you please provide few more details?
- The destination table name has $ character in the starting or ending? OR
- The destination Table's one of the column has a $ Character?
As per your initially posted question, i thought you were referring to the Column containing $ character,
I am using copy activity to copy data using oracle as source and sink. If I have the column name with special character like $ in the staring of the column, I am getting an error: "invalid error in parameter"
Coming to the referred thread in the above response, the scenario was successful in copying the data to the Sink table!!!
I tried to reproduce the issue with SQL as the data source and was able to copy the data using the destination column name ending with ‘$’
I tried to reproduce the issue with SQL as the data source and was able to copy the data using the destination column name ending with ‘$’