Forum Discussion

ajwa's avatar
ajwa
New Member
10 years ago
Solved

Connect to Oracle database

HI   I am trying to connect to an Oracle database but the connection string I've been given doesn't match the input required. I have no other Oracle client on this laptop. Do I need some Oracle spe...
  • dilkushpatel's avatar
    10 years ago

    I have worked with oracle when power bi was integrated into sharepoint online and i think approach should be same as such.

    You should install oracle client on your machine. install complete admin client so that you can setup tnsnames.ora file properly.

    tnsnames.ora file acts as a middle man where it hosts oracle database entries and its alias. in connection wizard you need to mention this alias name and at run time with the help of this file client should fine correct oracle DB.

    for odbc also you will need oracle driver so either case you have to go through this path.

     

    -Dilkush