Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个 pl-sql 过程,它将接受登录名/密码参数并返回一些关于用户的信息。
我希望它是有关用户是否属于管理员组的信息。
我应该从哪里开始?我应该使用一些程序还是尝试直接从系统表中获取对象?
可以从视图v$pwfile_users检索具有sysdba和sysoper权限的用户。