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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hama21
Frequent Visitor

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
v-binbinyu-msft
Community Support
Community Support

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors