Example: Auditing the SYS User

简介: Example: Auditing the SYS User

CREATE AUDIT POLICY dbms_fga_grants
ACTIONS GRANT
ON DBMS_FGA;

AUDIT POLICY dbms_fga_grants BY SYS;

相关文章
|
8月前
How to drop and recreate SYS.SYS$SERVICE_METRICS_TAB
How to drop and recreate SYS.SYS$SERVICE_METRICS_TAB
52 1
|
分布式计算 关系型数据库 Hadoop
         User root is not allowed to impersonate anonymous                     
错误: bymain is not allowed to impersonate hadoop(或者          User root is not allowed to impersonate anonymou...
1759 0
|
SQL Windows
Unable to determine if the owner (Domain\UserName) of job JOB_NAME has server access
早上巡检的的时候,发现一数据库的作业报如下错误(作业名等敏感信息已经替换),该作业的OWNER为一个域账号: JOB RUN: 'JOB_NAME' was run on 2016-6-1 at 7:00:00 DURATION: 0 hours, 0 minutes, 1 seconds STATUS: Failed MESSAGES: The job failed.
1434 0
|
SQL 测试技术 数据库
0131 ORA-00942 and AUTHID CURRENT_USER
[20180131]ORA-00942 and AUTHID CURRENT_USER.txt --//偶尔写一个存储过程调用一些系统视图.经常遇到一些ORA-00942,有时候很烦.
1161 0
|
图形学
init: sys_prop: permission denied uid:1003 name:service.bootanim.exit
/************************************************************************* * init: sys_prop: permission denied uid:1003 name:service.bootanim.exit * 说明: * 在调试中断串口中每次看到这行输出,有时候觉得挺别扭的,所以查了一下 * 资料,解决了去。
1055 0