Before setting up default and global masks, the DBSSO needs to understand how the various masks work and what the implications are for different auditing instructions. Also, the DBSSO must understand which auditing events to place in which masks. For details, see Overview of Auditing.
Use the onaudit utility to add audit events to audit masks. Appendix A. Audit Events lists the audit events and their mnemonics. Utility Syntax shows the complete syntax for onaudit.
The following command shows how the Update Audit Mask and Delete Audit Mask audit events are added to the _default mask by their four-letter event codes, or mnemonics:
onaudit -m -u _default -e +UPAM,DRAM
You can add audit events to the _require and _exclude masks in the same way. For specifics, see Utility Syntax.
All users who initiate a database session after this command is run (and auditing is turned on) are audited for the specified events.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]