Skip to content

Commit 44816f1

Browse files
authored
Update oracle-connection-type-ssrs.md
fix indentations
1 parent 48918bd commit 44816f1

1 file changed

Lines changed: 52 additions & 53 deletions

File tree

docs/reporting-services/report-data/oracle-connection-type-ssrs.md

Lines changed: 52 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up the Oracle connection type with SSRS and a Power BI report server
33
description: Learn how to build a data source with the Oracle connection type in your Reporting Services or Power BI report server.
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 08/05/2024
6+
ms.date: 08/22/2024
77
ms.service: reporting-services
88
ms.subservice: report-data
99
ms.topic: concept-article
@@ -36,15 +36,15 @@ Register Managed ODP.NET:
3636

3737
1. Register ODP.NET Managed Client to the Global Assembly Cache (GAC):
3838

39-
``` cmd
40-
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
41-
```
39+
``` cmd
40+
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
41+
```
4242
4343
1. Add ODP.NET Managed Client entries to machine.config:
4444
45-
``` cmd
46-
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
47-
```
45+
``` cmd
46+
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
47+
```
4848
4949
### Power BI reports use Unmanaged ODP.NET
5050
@@ -54,15 +54,15 @@ Register Unmanaged ODP.NET:
5454
5555
1. Register ODP.NET Unmanaged Client to GAC:
5656
57-
``` cmd
58-
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\bin\4\Oracle.DataAccess.dll
59-
```
57+
``` cmd
58+
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\bin\4\Oracle.DataAccess.dll
59+
```
6060
6161
1. Add ODP.NET Unmanaged Client entries to machine.config:
6262
63-
``` cmd
64-
C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odp /frameworkversion:v4.0.30319 /providerpath:C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
65-
```
63+
``` cmd
64+
C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odp /frameworkversion:v4.0.30319 /providerpath:C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
65+
```
6666
6767
## 32-bit drivers for Microsoft Report Builder
6868
@@ -72,19 +72,18 @@ Prerequisite: Install the ODAC 18.x files to the c:\oracle32 folder where Micros
7272
7373
Register Managed ODP.NET:
7474
75-
1. Install the [Oracle "ODAC with Oracle Developer Tools for Visual Studio - OUI" (32-bit)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
75+
1. Install the [Oracle "ODAC with Oracle Developer Tools for Visual Studio - OUI" (32-bit)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
7676
77-
1. Register ODP.NET Managed Client to GAC:
77+
1. Register ODP.NET Managed Client to GAC:
7878
79-
``` cmd
80-
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:gac /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
81-
```
82-
83-
1. Add ODP.NET Managed Client entries to machine.config:
79+
``` cmd
80+
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:gac /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
81+
```
82+
1. Add ODP.NET Managed Client entries to machine.config:
8483
85-
``` cmd
86-
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odpm /frameworkversion:v4.0.30319 /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
87-
```
84+
``` cmd
85+
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odpm /frameworkversion:v4.0.30319 /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\managed\common\Oracle.ManagedDataAccess.dll
86+
```
8887
8988
## 64-bit drivers for Power BI Report Builder
9089
@@ -97,19 +96,19 @@ Prerequisite: Install the ODAC 18.x files to the c:\oracle64 folder where Power
9796
9897
Register Managed ODP.NET:
9998
100-
1. Install the [Oracle 64-bit ODAC Oracle Universal Installer (OUI)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
99+
1. Install the [Oracle 64-bit ODAC Oracle Universal Installer (OUI)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
101100
102-
1. Register ODP.NET Managed Client to GAC:
101+
1. Register ODP.NET Managed Client to GAC:
103102
104-
``` cmd
105-
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
106-
```
103+
``` cmd
104+
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
105+
```
107106
108-
1. Add ODP.NET Managed Client entries to machine.config:
107+
1. Add ODP.NET Managed Client entries to machine.config:
109108
110-
``` cmd
111-
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
112-
```
109+
``` cmd
110+
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
111+
```
113112
114113
## 64-bit and 32-bit drivers for Power BI Desktop
115114
@@ -121,43 +120,43 @@ Register Unmanaged ODP.NET:
121120
122121
### 64-bit Power BI Desktop
123122
124-
1. Install the [Oracle 64-bit ODAC Oracle Universal Installer (OUI)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
123+
1. Install the [Oracle 64-bit ODAC Oracle Universal Installer (OUI)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
125124
126-
1. Register ODP.NET Unmanaged Client to GAC:
125+
1. Register ODP.NET Unmanaged Client to GAC:
127126
128-
``` cmd
129-
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\bin\4\Oracle.DataAccess.dll
130-
```
127+
``` cmd
128+
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\bin\4\Oracle.DataAccess.dll
129+
```
131130
132-
1. Add ODP.NET Unmanaged Client entries to machine.config:
131+
1. Add ODP.NET Unmanaged Client entries to machine.config:
133132
134-
``` cmd
135-
C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odp /frameworkversion:v4.0.30319 /providerpath:C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
136-
```
133+
``` cmd
134+
C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odp /frameworkversion:v4.0.30319 /providerpath:C:\oracle64\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
135+
```
137136
138137
### 32-bit Power BI Desktop
139138
140-
1. Install the [Oracle "ODAC with Oracle Developer Tools for Visual Studio - OUI" (32-bit)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
139+
1. Install the [Oracle "ODAC with Oracle Developer Tools for Visual Studio - OUI" (32-bit)](https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html) on the Oracle download site.
141140
142-
1. Register ODP.NET Unmanaged Client to GAC:
141+
1. Register ODP.NET Unmanaged Client to GAC:
143142
144-
``` cmd
145-
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:gac /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
146-
```
143+
``` cmd
144+
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:gac /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
145+
```
147146
148-
1. Add ODP.NET Unmanaged Client entries to machine.config:
147+
1. Add ODP.NET Unmanaged Client entries to machine.config:
149148
150-
``` cmd
151-
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odp /frameworkversion:v4.0.30319 /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
152-
```
149+
``` cmd
150+
C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\OraProvCfg.exe /action:config /force /product:odp /frameworkversion:v4.0.30319 /providerpath:C:\oracle32\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll
151+
```
153152
154153
## <a name="Connection"></a> Connection string
155154
156155
Contact your database administrator for connection information and for the credentials to connect to the data source. The following connection string example specifies an Oracle database on the server named `Oracle18` by using Unicode. The server name must match the definition in the Tnsnames.ora configuration file as the Oracle server instance name:
157156
158-
``` C#
159-
Data Source="Oracle18"; Unicode="True"
160-
```
157+
``` C#
158+
Data Source="Oracle18"; Unicode="True"
159+
```
161160

162161
For more connection string examples, see [Create data connection strings in Report Builder](../../reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md).
163162

0 commit comments

Comments
 (0)