Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
 

Oracle Tips by Burleson

Chapter 8 General Oracle Auditing

Archival

The next issue is how to handle storage of the data from this audit trail. Remember from the beginning discussions in this section that it is preferable to archive the raw tables used to store audit trails. This can be backed up even if the aud$ table is in the tablespace SYSTEM and is owned by SYS.

First, determine what will be the archival frequency. For a heavily used database, it may make sense to archive every month, during a monthly maintenance timeslot. After the archival the audit table starts with a clean slate. In a relatively less used database, the frequency could be less, e.g. every six months.

Next determine the location of these audit tables. For our example purpose, we may decide to create a tablespace called AUDIT_ARCH_DATA, locally managed with uniform extents. A similar table audit_arch_indx may be created for the index on the archived aud$ table, if desired.

Find a suitable time to stop the database and shut it down.

Make changes to the initialization file to disable auditing (specifying audit_trail = none) and start the database in restricted mode.

Create the replica of the table in the archival tablespace, e.g. if a monthly cycle is followed, use a name such as AUD_0307 for data related to July 2003. The table can be created using the following script:


The above text is an excerpt from the bestselling book: Oracle Privacy Security Auditing It's only $39.95 and has an download of working security scripts:

 

This is the only authoritative book on Oracle Security, Oracle Privacy, and Oracle Auditing written by two of the world’s leading Oracle Security experts.

This indispensable book is only $39.95 and has an download of working security scripts:

 

http://rampant-books.com/book_2003_2_audit.htm

 


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

 

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks