Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
M12
Frequent Visitor

unable to configure Power BI report server to Oracle

Hi,

 

I have created report in power BI report server desktop using Oracle server which i need to save as in "report server" however i do not know how to configure the report server for oracle instance. so i would require help in "report server configuration manager" for oracle. when i am trying to add server name in report server configuration manager, it is taking my local hostname. attached for the reference.

need help in adding oracle server Name, DB name and save as"report server"

 

M12_0-1661842193204.png

 

thanks,

M12

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @M12 ,

 

Prerequisites:

A development machine with Power BI Desktop Latest version, SQL Server Data Tools and Oracle Data Access Component (ODAC) (Both 32 bit and 64 bit) installed, connectivity to an Oracle database 11g or higher, a computer with SQL Server 2017 Analysis Services (Tabular Mode), latest version of Power BI Report Server and ODAC installed. (32 bit version of ODAC is required for Visual studio\ SQL Server Data Tools, and 64 bit version is required for Power BI.)

 

Once ODAC 32 bit and 64 bit versions are installed, please add "tnsnames.ora" files in the \product\<version>\....\Network\Admin folders which got created as part of ODAC installations.

 

Add a TNS entry similar as follows in the tnsnames.ora files to connect to the oracle database:

 

<TNS name>=

(DESCRIPTION=

(ADDRESS=

(PROTOCOL=TCP)

(HOST=<IP address of the oracle server>)

(PORT=<Port Number>)

)

(CONNECT_DATA=

(SERVICE_NAME=<Oracle database service name>)

)

)

 

We may have multiple entries as the above for each Oracle database we would like to connect.

 

Next, configure Power BI Report Server. Locate "Microsoft Power BI Report Server" -> "Report Server Configuration Manager" from start menu to launch the report server configuration tool.

 

For original post, you can refer to Oracle Database Connectivity in Power BI Report Server 

 

Best Regards,
Community Support Team _ Caitlyn

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
M12
Frequent Visitor

thanks for reply.

 

but i donot have SQL server tools and SSAS in my instance.

is it possible to connect directly to Oracle database without SSAS?

 

Regards,

M12

Anonymous
Not applicable

Hi @M12 ,

 

Prerequisites:

A development machine with Power BI Desktop Latest version, SQL Server Data Tools and Oracle Data Access Component (ODAC) (Both 32 bit and 64 bit) installed, connectivity to an Oracle database 11g or higher, a computer with SQL Server 2017 Analysis Services (Tabular Mode), latest version of Power BI Report Server and ODAC installed. (32 bit version of ODAC is required for Visual studio\ SQL Server Data Tools, and 64 bit version is required for Power BI.)

 

Once ODAC 32 bit and 64 bit versions are installed, please add "tnsnames.ora" files in the \product\<version>\....\Network\Admin folders which got created as part of ODAC installations.

 

Add a TNS entry similar as follows in the tnsnames.ora files to connect to the oracle database:

 

<TNS name>=

(DESCRIPTION=

(ADDRESS=

(PROTOCOL=TCP)

(HOST=<IP address of the oracle server>)

(PORT=<Port Number>)

)

(CONNECT_DATA=

(SERVICE_NAME=<Oracle database service name>)

)

)

 

We may have multiple entries as the above for each Oracle database we would like to connect.

 

Next, configure Power BI Report Server. Locate "Microsoft Power BI Report Server" -> "Report Server Configuration Manager" from start menu to launch the report server configuration tool.

 

For original post, you can refer to Oracle Database Connectivity in Power BI Report Server 

 

Best Regards,
Community Support Team _ Caitlyn

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.