Forum Discussion
jmiridium
9 years agoHelper IV
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, t...
- 9 years ago
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
Anonymous
4 years agoNot applicable
Get data/ oracle database, then use this string to server: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=XE)))
see https://blogs.solidq.com/en/businessanalytics/get-data-in-power-bi-from-oracle-database/. succeed to connect to oracle now.
ocatt
2 years agoFrequent 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)))