简体   繁体   English

如何在Oracle建立用户控制?

[英]How to establish user control in Oracle?

I need to grant privileges to some user and establish control over him.我需要向某些用户授予特权并建立对他的控制。 How should I do it?我应该怎么做? All I know is that this is possibly audit-related.我所知道的是这可能与审计有关。 Where to read about this, and what is the best command to use?在哪里可以阅读,最好的命令是什么?

Try the following:尝试以下操作:

audit alter user by some_user by access;

You can learn more about this command here: https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_4003.htm您可以在此处了解有关此命令的更多信息: https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_4003.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM