Search notes:

Oracle Security: audit

Traditional vs Unified Auditing

Oracle comes with two auditing variations:
Traditional auditing allows to
The so called unified audit trail stores audit records that are generated in multiple source (compare with v$unified_audit_record_format):
Unified auditing was introduced in Oracle 12c, traditional auditing is deprecated with Oracle 21c.
v$option can be queried to determine if unified auditing is enabled:
select value from v$option where parameter = 'Unified Auditing';
In order to make transition from traditional to unified auditing easier, there is a so called mixed mode audit facility with which traditional audting can be used alongside unified audting.

See also

$ORACLE_HOME/rdbms/admin/cataudit.sql.
x$unified_audit_trail
v$unified_audit_trail
all_def_audit_opts
The init parameters
Oracle security

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759421526, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/security/audit/index(88): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78