Limitations of Auditing

Oracle’s auditing facility only works at the statement level. It is able to capture that a particular user executed a SELECT statement against a specific table, but it is not able to tell you which rows were retrieved. Likewise, Oracle can record that an UPDATE statement was executed by a specific user against a table, but it cannot tell you which rows were updated.

Row-level auditing is possible, however, and can be implemented through a series of user-created triggers applied to individual tables. We include an example of a trigger to implement row-level auditing in the section Section 7.6, later in this chapter.

Get Oracle Database Administration: The Essential Refe now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.