Enable an OpenEdge database for auditing
- Last Updated: January 16, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
When enabling a database for auditing, you must specify a Type II database area for the audit tables. Do not place the auditing tables in the schema area. It is best to create a new, separate Type II area exclusively for the auditing data tables and another new, separate Type II area for the audit table indexes, particularly if you anticipate generating large volumes of audit data. Creating the separate areas might provide improved performance.
For example, you might create the following structure file (which you then add by using PROSTRCT ADD):
|
You can also choose to deactivate the nonunique auditing indexes. This could provide you with a performance boost. Deactivated indexes can be activated at a later time using PROUTIL IDXBUILD.
For more information about Type II areas, see OpenEdge Database Essentials.
To enable a database for auditing:
You can now connect to the database and assign audit-related privileges.