Copy oracle data with $ in the column name

Ravi Kumar 80 Reputation points
2023-07-03T02:46:29.8266667+00:00

Hello,

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"

Did anyone seen this issue?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,366 Reputation points Moderator
    2023-07-10T05:23:50.6266667+00:00

    @Ravi Kumar

    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?

    1. The destination table name has $ character in the starting or ending? OR
    2. 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 ‘$’

    217932-image.png

    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 ‘$’

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.