开发者

Oracle - Audit Trail

开发者 https://www.devze.com 2023-04-07 18:39 出处:网络
Does oracle have Audit Trail as an inbuilt functionality? Do i need to create separate table for Audit Log purpose to capture INSERT,开发者_StackOverflow社区 UPDATE and DELETE changes?Yes, Oracle doe

Does oracle have Audit Trail as an inbuilt functionality?

Do i need to create separate table for Audit Log purpose to capture INSERT,开发者_StackOverflow社区 UPDATE and DELETE changes?


Yes, Oracle does support auditing. You won't need to create the audit tables yourself, but you will need to configure the audit settings (i.e. which tables/users/queries to audit).

http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/security.htm#i16445

0

精彩评论

暂无评论...
验证码 换一张
取 消