码迷,mamicode.com
首页 >  
搜索关键字:audit trail    ( 612个结果
linux下的audit服务
audit ['??d?t] 审计auditd是linux的一个审计服务。这是man下的解释auditd is the userspace component to the Linux Auditing System. It’s responsible for writing audit...
分类:系统相关   时间:2014-11-21 12:19:26    阅读次数:256
centos 7 上配置SELinux允许nginx指定/home/www作为网站根目录
现象: 1 启动nginx成功,使用wget 127.0.0.1得到内容,但是提示是禁止访问(403); 2 查看/var/log/nginx/error.log,提示访问/home/www/l.com/i.html禁止; 3 查看SELinux 是否运行: sestatus -v,enable就是运行了 4查看/var/log/Audit/Audit.log日志,发现有提示到nginx被...
分类:Web程序   时间:2014-11-20 00:06:55    阅读次数:720
Linux如何删除以特殊字符开头的文件
作者:zhanhailiang 日期:2014-11-18 Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”: [root@~]# rm -\,trail\:- rm: invalid option -- ',' Try `rm ./-,trail:-' to remove the file `-,tra...
分类:系统相关   时间:2014-11-19 11:16:41    阅读次数:618
Spring jdbc 批量修改
public int[] updateBatchByjdbc(final List<String[]> ids) { ?? ??? ?int[] updateCounts = this.getJdbcTemplate().batchUpdate( ?? ??? ??? ??? ?"update CS_ORDER set AUDIT_STATUS=? whe...
分类:数据库   时间:2014-11-19 02:25:02    阅读次数:182
Linux如何删除以特殊字符开头的文件
作者:zhanhailiang 日期:2014-11-18 Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”: [root@~]# rm -\,trail\:- rm: invalid option -- ',' Try `rm ./-,trail:-' to remove the file `-,tra...
分类:系统相关   时间:2014-11-19 01:17:31    阅读次数:238
Graph | Eulerian path
In graph theory, a Eulerian trail (or Eulerian path) is a trail in a graph which visits every edge exactly once. Similarly, an Eulerian circuit or Eul...
分类:其他好文   时间:2014-11-07 20:38:26    阅读次数:232
Oracle GoldenGate 皇马第一弹之:要掌握一个工具,必先掌握其原理
掌握和使用一个工具的最好方法,就是先掌握其原理,了解其架构,然后才能用起来得心应手,否则用起来,都不知道这一步为什么这样做,不能够快速定位问题,更别提快速解决问题。OGG架构及原理:OracleGoldenGate的原理,是相当简单的,就是通过抽取源端的redolog或者archivelog,..
分类:数据库   时间:2014-11-06 02:13:10    阅读次数:368
Oracle 11G 监控单张表的增删改操作
前言:    线上oracle数据库有张表的数据有些乱,根据应用db的log和应用的log也没有检查出来谁修改了,所以决定把这张单表做个详细的insert、update、delete监控。一:使用数据库自带的审计功能1,查看审计功能是否启动SQL> show parameter audit                                                       ...
分类:数据库   时间:2014-10-31 20:39:08    阅读次数:373
windows 下的oracle实例启动时报错ora-28056
windows下的的oracle ,实例启动时是会向windows操作系统的事件查看器--应用程序 部分写入启动信息的,并且这个写入行为无法用oracle 的参数或者其他手段去禁止。 若是事件查看器--应用程序的日志满了,会导致如下的情况:ORA-28056: Writing audit records to Windows Event Log failed. 清理完日志之...
分类:数据库   时间:2014-10-31 19:10:28    阅读次数:331
《BI那点儿事》数据流转换——审核
审核转换允许对数据流添加审核审核数据,以往使用HIPPA和Sarbanes-Oxley (SOX)时,必须跟踪谁在什么时插入数据,审核转换可以实现这种功能。例如要跟踪那一个task向表里插入数据,可以在审核转换中添加相应的列。在Output Column Name列中输入想要审核的列,在Audit ...
分类:其他好文   时间:2014-10-27 14:17:55    阅读次数:222
612条   上一页 1 ... 55 56 57 58 59 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!