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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
hama21
Helper I
Helper I

Problem when import from oracle database

Hello guys

I updated some dataflow for incremental update, however, after this change, I can't update the dataflow anymore. I'm getting DM_GWPipeline_Gateway_TimeoutError error. Could anyone help me with this error? Before it loaded normally, sometimes it had a timeout problem, but it refreshed and it was successful. That's why I thought of implementing incremental updating.

I saw in a post to use the CommandTimeout and ConnetionTimeout command, but I couldn't use it with Oracle Database.

 

Please, anyone can help me?

Thank you

2 REPLIES 2
Anonymous
Not applicable

Hi @hama21 ,
Please add "TimeOut" parameters to connection in the Power Query Pane for DataFlow.

Similar to the ODBC timeout configuration there is also a timeout setting for an Oracle connection (with slightly different syntax).

for example to set the timeout for 2 hours :

Source=Oracle.Database(server as text,CommandTimeout=#duration(0,2,0,0)) as table

 

Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I've tried that but it didn't work

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors