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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
bryanshaw46
Resolver I
Resolver I

Connect to Oracle 12c with Scheduled refresh

For Power BI Report Server, has anyone made a Power BI viz that connects to Oracle and successfully put in a scheduled refresh? If so, what does the connection string look like?

1 ACCEPTED SOLUTION
josef78
Memorable Member
Memorable Member

Yes, it is depends what connector you are used.

If you are using "Oracle database" you must install Oracle ODAC component on RS server (ODP.NET 4).

In connection string you can use same string as you using in tnsnames. Or you can use only tns alias, in this case you must defined TNS_ADMIN enviroment variable pointing to directory of your tnsnames.ora

View solution in original post

4 REPLIES 4
josef78
Memorable Member
Memorable Member

Yes, it is depends what connector you are used.

If you are using "Oracle database" you must install Oracle ODAC component on RS server (ODP.NET 4).

In connection string you can use same string as you using in tnsnames. Or you can use only tns alias, in this case you must defined TNS_ADMIN enviroment variable pointing to directory of your tnsnames.ora

lbendlin
Super User
Super User

correct

lbendlin
Super User
Super User

We use TNSNAMES.ORA  (same on all gateway cluster members) and then the connection string is simply the TNS entry.

Just to be clear lbendin, in the Connection String text box, the only thing in there is the tns entry.  Nothing else.  Correct?

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors