oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.54k stars 5.42k forks source link

Enable Unified Audit and restart container #2814

Open ZhouXing19 opened 3 months ago

ZhouXing19 commented 3 months ago

Currently, Unified Auditing is not enabled.

SQL> SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Unified Auditing';

VALUE    
________ 
FALSE    

I would like to enable Unified Auditing for my Oracle server. Based on the tutorial provided here, it appears that I need to:

  1. Shut down the server;
  2. Configure certain system settings for the database server;
  3. Restart the server;

Is it possible to perform these steps within an Oracle Docker container? If so, could you provide a more detailed tutorial or guidance on how to achieve this? Thanks!