博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Record Level Auditing
阅读量:6245 次
发布时间:2019-06-22

本文共 1107 字,大约阅读时间需要 3 分钟。

I'm sure you are aware that PeopleSoft has built in Field Level Auditing that allows you to track any adds, changes, or deletes to a specific field in a record.

 

This is good to use at times when you have a few fields that you need to track. But, what if you want to track changes to the entire record? In this case, you can use Record Level Auditing.

Implementing Record Level Audits

Record level audinting allows you to have separate audit tables dedicated to one database record. Follow the steps below to turn on record level auditing

Step one

Clone the record you wish to edit

Step two

Add the audit fields
AUDIT_OPRID
AUDIT_STAMP
AUDIT_ACTN
And make sure you check off the "system maintained" check mark on the record field properties

Step three

Delete fields that won’t be audited

Step Four

Remove all key structures

Step five

Save and build the record

Step six

Link the base record to the audit record
Open- original record definition

Now all of your changes for that record will be tracked in the new audit record you just created.

转载于:https://www.cnblogs.com/GoDevil/archive/2009/01/09/1372631.html

你可能感兴趣的文章
linux目录结构详细介绍
查看>>
分享微信开发Html5轻游戏中的几个坑
查看>>
NBU MediaServer DrivePATH Missing
查看>>
useradd/usermod -p 指定用户密码
查看>>
CSS第一天
查看>>
memcache与一致性HASH算法
查看>>
正则表达式引发的血案
查看>>
机器学习中的概率模型和概率密度估计方法及VAE生成式模型详解之三(第1章)...
查看>>
Ubuntu学习之grep
查看>>
远距离混合语音识别方法的研究
查看>>
Java线程实现与安全
查看>>
分享一款意想不到好用的手机PDF编辑器
查看>>
Linux常用文件权限以及修改方法
查看>>
win10系统必做优化,让你的电脑告别卡顿,运行速度至少提升20%
查看>>
shell——read详解
查看>>
我的友情链接
查看>>
大数据教程(1.8):Linux之SSH免密登录配置
查看>>
ftp passive mode
查看>>
安装问题Error: dl failure on line 864
查看>>
oracle表分区详解(按天、按月、按年等)
查看>>