Implementing Auditing

By default, auditing is disabled when the database is started up. You have to activate it by following these steps:

  1. Enable auditing at the database level with the INIT.ORA parameter AUDIT_TRAIL.

  2. Enable the level of auditing through the AUDIT SQL statement.

The AUDIT_TRAIL parameter must be enabled for auditing to work. The valid values for this parameter are DB, NONE, and OS:

DB

Enables auditing to the internal data dictionary

NONE

Disables all auditing

OS

Enables auditing to the operating system audit trail

This parameter is highly platform dependent. Consult your platform’s installation guide to determine if it is enabled for your configuration. Please refer to Chapter 12, for more information about setting INIT.ORA parameters.

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

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