Forum Discussion
Anonymous
4 years agoNot applicable
Oracle SYS Objects
I'm attempting to create a simple dashboard to help me quickly isolate blocking activity in one of our Oracle databases. Essentially the query I want to run is similar to this: SELECT
a.object,
...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
You can refer the following video to connect to Oracle database:
Connect to an Oracle database with Power BI Desktop
Power BI: How to Connect to Oracle Database
Best Regards
Anonymous
4 years agoNot applicable
I can connect just fine and I see all the normal views/tables, I just can't select the SYS objects from the navigation. But it works if I use a query that runs it, so it isn't a permissions issue.