Forum Discussion

caomayan's avatar
caomayan
Icon for Helper I rankHelper I
2 years ago
Solved

Load Lakehouse data to Oracle

Good day! I have created the pipeline in Fabric,  load lakehouse data to Oracle by using the gateway. The source and destination are both working, the account on gateway has the write permission. Aft...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi caomayan ,

    I noticed in your error message Message=ORA-00904: “CREATED_BY”: invalid identifier, which is usually caused by case-sensitive issues. Normally, Oracle tables and columns are not case-sensitive and cannot contain punctuation or spaces. However, if you use double quotes to create an identifier with quotes, you must always refer to the identifier with double quotes and the correct case.

    If you want to learn more about it, you can read this topic: oracle - Why do I have ORA-00904 even when the column is present? - Stack Overflow

     

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.