Forum Discussion
Oracle Database Connection - Global Permissions
- Anonymous2 years ago
Hi leandroxps ,
These two project are located in the same pbix file and have the same servername and database name, so the second connection will be created with the same credentials as the first.The proof is that you can only see one data source under Data Source Settings.
You'll have to make some changes to the connection to get around it. I'm assuming you're using the default port number, so with user02 you can use Server01:1521 to connect.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
Hi leandroxps ,
These two project are located in the same pbix file and have the same servername and database name, so the second connection will be created with the same credentials as the first.
The proof is that you can only see one data source under Data Source Settings.
You'll have to make some changes to the connection to get around it. I'm assuming you're using the default port number, so with user02 you can use Server01:1521 to connect.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
- leandroxps2 years agoFrequent Visitor
It worked for me, thank you!