語句審計相關的表是stmt_audit_option_map

warehouse發表於2011-11-05

和許可權審計相關的表是system_privilege_map,和物件審計相關的表是table_privilege_map,和語句審計相關的表是stmt_audit_option_map,有關語句審計oracle的描述

SQL statement auditing: The statement shown in the slide can audit any data definition
language (DDL) statement that affects a table, including CREATE TABLE, DROP TABLE,
TRUNCATE TABLE, and so on. SQL statement auditing can be focused by username or by
success or failure:
SQL> AUDIT TABLE BY hr WHENEVER NOT SUCCESSFUL;

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/19602/viewspace-1056167/,如需轉載,請註明出處,否則將追究法律責任。

相關文章