简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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