admin 发表于 2017-4-1 09:02:43

133. How to migrate legacy audit data to new

133. How to migrate legacy audit data to new
Legacy audit manager data is available if the TC_audit_manager preference is set to
ON and the TC_audit_manager_version preference is set to 2, legacy audit data is
stored in PAUDITLOG and USERDEFINEDLOG.
Since TC10.1, new audit data is stored in database tables with name Fnd0***Audit (e.g.
PFND0WORKFLOWAUDIT), migrate_audit_data utility can extract old audit data from
legacy tables and put it to new tables.
migrate_audit_data -u=infodba -p=infodba -g=dba -mode=export -path="D:\audit_logs"
migrate_audit_data -u= infodba -p= infodba -g=dba -mode=import -file="D:\audit_logs\0001.xml"
页: [1]
查看完整版本: 133. How to migrate legacy audit data to new