You suspect unauthorized datamanipulation language (DML) operations on a particular table. You want to track users who are performing the transactions and the values used in the transactions. Also, you plan to transfer these values to another table for analysis. How would you achieve this? A) by using triggers B) by using external tables C) by using anonymous PL/SQL blocks D) by auditing all DML operations on the table Answer: A 因为要在另一张表中追踪,所以D选项审计DML错误
|