Examples of statement auditing

The following examples show how to use the SQL statement auditing facility. The first example causes Oracle to audit every CREATE TABLE SQL statement issued by user scott:

AUDIT CREATE TABLE BY scott;

The next example causes Oracle to audit every CREATE USER, ALTER USER, or DROP USER SQL statement issued by anyone in the database:

AUDIT USER;

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.104.177