Forum Discussion

GanesaMoorthyGM's avatar
1 year ago
Solved

Oracle DB Connectivity Issue

Hi all, So first time im trying to connect with Oracle DB, This one appears  After Clicking Okay, I tried toconnect with Server Name, this appears   Help me with this What should b...
  • rohit1991's avatar
    1 year ago

    Hi GanesaMoorthyGM ,

    1. Install the Oracle Client Download and unzip the Oracle Instant Client (64-bit) from Oracle’s official site (the Basic package is enough). You don’t need to install the full Oracle database, just the client.

     

    2. Add the Client to Your System PATH After extracting, add the path to your Instant Client folder (e.g., C:\oracle\instantclient_21_13) to your Windows system environment variable called PATH.


    3. Make Sure Everything is 64-bit Power BI Desktop is almost always 64-bit now. If you install a 32-bit Oracle client by mistake, it simply won’t work.

     

    4. Connect in Power BI Open Power BI Desktop, choose the Oracle Database connector, and use this kind of server name: hostname:1521/servicename  Example: oracleserver.mydomain.com:1521/XEPDB1

     

    5. Gateway for Scheduled Refresh If you plan to refresh your dataset in the Power BI Service (cloud), the machine running your Power BI Gateway needs the Oracle client installed too (same steps as above).