Forum Discussion
zeel801p
9 years agoFrequent Visitor
Oracle Connector Leaving Open Connections
So I recently started using Power BI with our oracle server to build some reports. What I have noticed and it has caused severe issues is that when I go to refresh my data, Power BI (via "Oracle Conn...
Anonymous
9 years agoNot applicable
zeel801p,
Consider to add Table.Buffer function in the codes of your advanced editor to reduce the load on the database server, or kill the connection from the Oracle server side after you refresh data in Power BI Desktop.
Regards,
Lydia
zeel801p
8 years agoFrequent Visitor
Thanks Anonymous,
I was about to try the Table.Buffer method, but am now noticing that I cannot even do a refresh without PBI opening too many simultaneous connections with even one refresh. Is this just behavir on Oracle connections or is this specific to my situation?