- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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. After running, the error is:
Failure happened on 'destination' side. ErrorCode=OracleWriteError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to write data.,Source=Microsoft.DataTransfer.Connectors.OracleV2Core,''Type=Oracle.ManagedDataAccess.Client.OracleException,Message=ORA-00904: "CREATED_BY": invalid identifier,Source=Oracle Data Provider for .NET, Managed Driver,'
any idea about the error? Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks so much Yilong! I have redone the table creation and remapping, the load is successful!

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-17-2024 03:44 AM | |||
11-26-2024 01:12 AM | |||
02-11-2025 10:47 AM | |||
07-16-2024 06:56 AM | |||
10-24-2024 02:06 PM |
User | Count |
---|---|
9 | |
8 | |
7 | |
6 | |
4 |