审计操作文档.docxVIP

  • 4
  • 0
  • 约3.45千字
  • 约 9页
  • 2016-07-27 发布于浙江
  • 举报
审计操作文档

将审计相关的表空间移动到其它表空间 由于AUD$等审计相关的表存放在system表空间,为了不影响性能,可以使用下面的语句来进行移动。 sqlconnect / as sysdba; sqlalter table aud$ move tablespace new tablespace; sqlalter index I_aud1 rebuild online tablespace new tablespace; --这个在11g好像已经没有了,可以忽略。 SQL alter table audit$ move tablespace new tablespace; SQL alter index i_audit rebuild online tablespace new tablespace; SQL alter table audit_actions move tablespace new tablespace; SQL alter index i_audit_actions rebuild online tablespace new tablespace; 2.查看审计功能状态 主要是 audit_sys_operations 和audit_trail 两个参数的设置 audit_sys_operations=FALSE :不做审计 audit_sys_op

文档评论(0)

1亿VIP精品文档

相关文档