We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e2fc4 commit 79ae138Copy full SHA for 79ae138
1 file changed
docs/reporting-services/report-data/oracle-connection-type-ssrs.md
@@ -36,7 +36,8 @@ Power BI Report Server and SQL Server Reporting Services 2016 and later all use
36
C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:gac /providerpath:C:\oracle64\product\18.0.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
37
```
38
2. Add ODP.NET Managed Client entries to machine.config:
39
-```
+ ```
40
+
41
C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odpm /frameworkversion:v4.0.30319 /providerpath:C:\oracle64\product\18.0.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
42
43
0 commit comments