March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I found that the Oracle connector is locking my Oracle user account. When my password is expired, I check if the report is open in Power BI Desktop (if so, I close it), I change my password, I open the report with Power BI Desktop again and then go to the "Data source settings" window. From there, I select the Oracle connection, click on the "Clear Permissions" button, confirm by clicking on the "Delete" button and finally close the window. After clicking on the "Refresh" button, I must of course reenter my credentials. I specify my new password. But at that time, Power BI Desktop tells me that my account is locked. The Oracle error is ORA-28000. Please look at the picture below. It looks like the permissions aren't really cleared and the old ones is still used somehow. It happened to me a few times already. This is annoying. There is no other software or service running that is using the account which can lock it.
Am I doing something wrong?
Am I the only one who experienced it?
If you need more information in order to help me, please let me know and I'll provide it.
Thank you
Jonathan
Hi @Anonymous,
One of the reasons of your problem could be the password policy you are using. And if there is no such policy of yours then check your settings for the password properties in the DEFAULT profile with the following query:
SELECT resource_name, limit FROM dba_profiles WHERE profile = 'DEFAULT' AND resource_type = 'PASSWORD';
And If required, you just need to change the PASSWORD_LIFE_TIME to unlimited with the following query:
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
Also you can check this Link to find more details.
Regards,
Frank
Hello @v-frfei-msft,
If I understand you well, you want me to change the password policy in order it never expires. If yes, I can't change that in my organization, I need to follow that policy.
Thanks
Jonathan
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |