Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
caomayan
Helper I
Helper I

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!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

vyilongmsft_0-1721957413471.png

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.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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.

vyilongmsft_0-1721957413471.png

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.

Thanks so much Yilong! I have redone the table creation and remapping, the load is successful!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.