12c 新特性-统一审计(Unified Auditing)

简介:

数据库版本12.1.0.2
生产环境可以关闭掉这个特性。

1、默认关闭统一审计
SYS@orcl1> SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Unified Auditing';

VALUE
--------------------
FALSE

SYS@orcl1> 

2、关闭数据库
[root@rac01 ~]# su - grid
Last login: Sun Jan 14 22:38:47 CST 2018 on pts/0
<rac01:+ASM1:/home/grid>$srvctl stop database -d orcl
<rac01:+ASM1:/home/grid>$

3、启用统一审计
--RAC需要再多个节点都运行一下命令
[root@rac01 ~]# su - oracle
Last login: Wed Jan 17 22:37:23 CST 2018 on pts/1
<rac01:orcl1:/home/oracle>$cd $ORACLE_HOME/rdbms/lib
<rac01:orcl1:/u01/app/oracle/product/12.1.0/dbhome_1/rdbms/lib>$make -f ins_rdbms.mk uniaud_on ioracle ORACLE_HOME=$ORACLE_HOME

/usr/bin/ar d /u01/app/oracle/product/12.1.0/dbhome_1/rdbms/lib/libknlopt.a kzanang.o
/usr/bin/ar cr /u01/app/oracle/product/12.1.0/dbhome_1/rdbms/lib/libknlopt.a /u01/app/oracle/product/12.1.0/dbhome_1/rdbms/lib/kzaiang.o 
chmod 755 /u01/app/oracle/product/12.1.0/dbhome_1/bin

 - Linking Oracle 
 ....略.....

 4、启动数据库
 <rac01:+ASM1:/home/grid>$srvctl start database -d orcl  
<rac01:+ASM1:/home/grid>$

5、查看统一审计
 SYS@orcl1> col value for a20
SYS@orcl1> SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Unified Auditing';

VALUE
--------------------
TRUE

SYS@orcl1> 

6、关闭统一审计命令
make -f ins_rdbms.mk uniaud_off ioracle









本文转自 roidba 51CTO博客,原文链接:http://blog.51cto.com/roidba/2062269,如需转载请自行联系原作者

目录
相关文章
|
4月前
|
机器学习/深度学习 存储 监控
|
3月前
|
存储 监控 安全
|
4月前
|
XML 数据格式 Windows
【Azure 云服务】Azure Cloud Service (Extended Support) 云服务开启诊断日志插件 WAD Extension (Windows Azure Diagnostic) 无法正常工作的原因
【Azure 云服务】Azure Cloud Service (Extended Support) 云服务开启诊断日志插件 WAD Extension (Windows Azure Diagnostic) 无法正常工作的原因
|
4月前
|
网络协议
【Azure 事件中心】Azure Event Hub 新功能尝试 -- 异地灾难恢复 (Geo-Disaster Recovery)
【Azure 事件中心】Azure Event Hub 新功能尝试 -- 异地灾难恢复 (Geo-Disaster Recovery)
|
4月前
|
人工智能
【Azure Application Insights】在Azure Function中启用Application Insights后,如何配置不输出某些日志到AI 的Trace中
【Azure Application Insights】在Azure Function中启用Application Insights后,如何配置不输出某些日志到AI 的Trace中
|
7月前
|
敏捷开发 人工智能 Oracle
Oracle PLM Agile936 单点登录配置方式
Oracle PLM Agile936 单点登录配置方式
|
存储 XML SQL
Oracle 数据库自动诊断库 ADR(Automatic Diagnostic Repository)简介 发表在 数据和云
Oracle 数据库如果出现故障,我们的第一个反应是查看数据库的 alert log,但一些工程师对 alert log 不熟悉,实际上 alert log 位于Oracle 数据库自动诊断库(Automatic Diagnostic Repository,以下简称 ADR) 中,要熟悉 alert log,我们必需全面了解 ADR 的概念。
297 0
|
存储 缓存 JSON
Sentry 监控 - Distributed Tracing 分布式跟踪
Sentry 监控 - Distributed Tracing 分布式跟踪
333 0
Sentry 监控 - Distributed Tracing 分布式跟踪
|
监控 安全 Go
Sentry 监控 - Security Policy 安全策略报告
Sentry 监控 - Security Policy 安全策略报告
199 0
Sentry 监控 - Security Policy 安全策略报告
|
Kubernetes 监控 前端开发
Sentry(v20.12.1) K8S 云原生架构探索,JavaScript 性能监控之管理 Transactions
Sentry(v20.12.1) K8S 云原生架构探索,JavaScript 性能监控之管理 Transactions
313 0