如何获取 Oracle 数据库中锁定用户的列表?
我希望能够列出给定数据库中的所有用户以及确定他们是否被锁定的图标。我遇到的问题是查询给定用户的“锁定”状态,我认为它可能位于 all_users
上,但事实并非如此。有人能指出我正确的方向吗?
I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I'm having is querying the "locked" status for a given user, I though it might have been on all_users
but it isn't. Can anyone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
找到了!
Found it!
这实际上会给您锁定用户的列表。
This will actually give you the list of locked users.
这符合要求:
输出:
This suits the requirement:
Output: