Forum Discussion
dramus
5 years agoContinued Contributor
Getting Power BI Desktop to work with Oracle ODAC AFTER version 12.2
Power BI Desktop needs the Oracle data providers installed at the machine level. After ODAC 12.2, Oracle removed this option from the install, which means out of the box Oracle 18.x and 19.x ODAC ins...
uwaiz
3 years agoNew Member
I had similar issue after migrating on-premise gateway to a new server, I followed below steps.
Installed Oracle Client for Microsoft Tools https://download.oracle.com/otn_software/odac/Oracle-Client-for-Microsoft-Tools.exe and copied the tnsnames.ora file which solved my issues.
- tlzro3 years agoNew Member
Did you have to run these as well?
OraProvCfg.exe /action:gac /providerpath:"Oracle.DataAccess.dll" OraProvCfg /action:config /force /product:odp /component:dbproviderfactory /frameworkversion:v4.0.30319 /providerpath:Oracle.DataAccess.dll​- vnicholl3 years agoHelper II
I'm not sure.