Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi Team,
We are using P1 capacity and gateway to fetch oracle tables ( each table has appr >50 million records with atleast 30 columns) . When we create the dataflow and start the process we get a timeout error ( after 10 min). We have researched and tried solutions to disable "enhanced compute engine" and increased timeout( >12 hours) in advanced editor however it still fails.
Please find attached screenshot. Any help is deeply greatly appriciated.
Also we would like to know how such large & wide tables are handled in such scenarios?
Solved! Go to Solution.
Hi @Anonymous
Try setting the following two options. Reference: Oracle.Database - PowerQuery M | Microsoft Docs
Example:
Oracle.Database("servername", [ConnectionTimeout=#duration(0,0,5,0), CommandTimeout=#duration(0,0,5,0)])
Regards,
Community Support Team _ Jing Zhang
If this post helps, please consider Accept it as the solution to help other members find it.
Hi @Anonymous
Try setting the following two options. Reference: Oracle.Database - PowerQuery M | Microsoft Docs
Example:
Oracle.Database("servername", [ConnectionTimeout=#duration(0,0,5,0), CommandTimeout=#duration(0,0,5,0)])
Regards,
Community Support Team _ Jing Zhang
If this post helps, please consider Accept it as the solution to help other members find it.
Isn't that 600 seconds timeout something you set on the Oracle side? How are you connecting, via SQLNet or via ODBC? Keep in mind that there is a connection timeout and a command timeout setting.
Also make sure that your gateway is not slowing you down - check its utilization when the refresh runs.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 10 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 34 | |
| 28 | |
| 20 |