Previous Topic: HARAUDITLOGVIEWNext Topic: Audit Example


Audit Log

You can use Oracle or SQL database tools to open the HARAUDITLOGVIEW view and examine the audit log. For example, open the contents of HARAUDITLOGVIEW in Oracle Enterprise Manager to view all the records that are currently in the audit log.

Each audit log record in HARAUDITLOGVIEW contains the following:

Alternatively, you can use the Structured Query Language (SQL) standard query format to query the HARAUDITLOGVIEW database view and report audit events which have been logged. Queries retrieve information from a database and consist of questions presented to the database in a predefined format.

Important! The use of object IDs instead of object names results in faster execution of queries.

More information:

HARAUDITLOGVIEW