unifiedauditing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| unifiedauditing [2015/07/21 14:56] – z0hpvk | unifiedauditing [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Unified Auditing ==== | + | ===== Unified Auditing |
| - | === Check if Enabled === | + | ==== Check if Enabled |
| < | < | ||
| where PARAMETER=' | where PARAMETER=' | ||
| - | === Enable === | + | ==== Enable |
| * Shutdown Database | * Shutdown Database | ||
| * cd $ORACLE_HOME/ | * cd $ORACLE_HOME/ | ||
| Line 11: | Line 11: | ||
| * Start Database | * Start Database | ||
| - | === Configuration === | + | ==== Configuration |
| - | Records are written to the SGA queues and then periodically written to tables in the AUDSYS schema. | + | Records are written to the SGA queues and then periodically written to tables in the AUDSYS schema.\\ |
| If it is required that the audit details are immediately written to the tables then ... | If it is required that the audit details are immediately written to the tables then ... | ||
| < | < | ||
| Line 25: | Line 25: | ||
| | | ||
| END;</ | END;</ | ||
| + | |||
| + | ==== Create Unified Audit Policy ==== | ||
| + | Create and enable an audit policy which will audit the creation of tables and sequences by user IAN. | ||
| + | < | ||
| + | PRIVILEGES CREATE TABLE, CREATE SEQUENCE | ||
| + | WHEN ' | ||
| + | EVALUATE PER SESSION | ||
| + | CONTAINER = CURRENT; | ||
| + | |||
| + | AUDIT POLICY ian_audit_policy;</ | ||
| + | |||
| + | ==== Predefined Audit Policies ==== | ||
| + | * ORA_SECURECONFIG (Enabled by default) | ||
| + | * ORA_DATABASE_PARAMETER | ||
| + | * ORA_ACCOUNT_MGMT | ||
unifiedauditing.1437490562.txt.gz · Last modified: (external edit)
