Forum Discussion

jmiridium's avatar
jmiridium
Icon for Helper IV rankHelper IV
9 years ago
Solved

Connect To Oracle Database

I need a connection solution for Oracle. This shouldn't be this difficult. I am trying to connec to an Oracle server and get the following:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

However, the Oracle client is installed. I try to connect:

 

 

When I connect I get the following error:

 

  • Figured it out. After finding the path for the .ora file I entered the information in the file. Then in PowerBI I added the connection name from the .ora file to the connection string

27 Replies

      • jmiridium's avatar
        jmiridium
        Icon for Helper IV rankHelper IV

        Figured it out. After finding the path for the .ora file I entered the information in the file. Then in PowerBI I added the connection name from the .ora file to the connection string

      • dniedrauer's avatar
        dniedrauer
        Icon for Resolver I rankResolver I

        It ended up being a firewall issue. Everything was done correctly. 

    • ocatt's avatar
      ocatt
      Frequent Visitor

      Thanks alot, this worked for me, if you dont use a service_name but just a SID you can change the last part 

       

      (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SID=XE)))

  • Hello,

     

    I am new to learning Power BI. I need to connect Oracle Cloud Database to Power Bi.Can anyone pls guide me steps as how should i bring data to power bi and create reports. I have only found that this can be done using API's. Hence, i connected power Bi with Powershell and using those cmdlets i have login into power bi. Am i on the right path?What should i do further to connect with Oracle Cloud database