为什么我想要一个没有“创建会话”的 Oracle 用户?特权?

发布于 2024-08-17 20:29:02 字数 162 浏览 7 评论 0原文

我刚刚了解到,默认情况下,Oracle 不会向新用户授予“创建会话”权限。没问题,我自己就能做到。

不管怎样,我很好奇:为什么我需要一个没有“创建会话”权限的 Oracle 用户?它可以用来做什么?一定有一些不明显的用途。我的第一个想法是运行数据库作业,但据我所知他们也需要这个特权......

I just learned that by default, Oracle does not grant the 'create session' privilege to new users. No problem, I can do that myself.

Anyway, I'm curious: why would I want an Oracle user without 'create session' privilege? What can it be used for? There must be some non-obvious use. My first thought was running database jobs, but AFAIK they need this privilege, as well...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

似最初 2024-08-24 20:29:02

它可以用于具有某些共享对象的模式,而不是用于真实用户。

其他用户(可以创建会话)将访问该用户拥有的表和过程。

但是根据 Tom 的说法,这只是锁定帐户的一种方式,然后才能锁定帐户。

It could be used for a schema with some shared objects, rather than a real user.

Other users (who can create a session) would be accessing the tables and procedures owned by that user.

But according to Tom, it was just a way to lock an account, before accounts could be locked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文