Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Unified Audit and restart container #2814

Open
ZhouXing19 opened this issue Jun 13, 2024 · 0 comments
Open

Enable Unified Audit and restart container #2814

ZhouXing19 opened this issue Jun 13, 2024 · 0 comments

Comments

@ZhouXing19
Copy link

  • OS: Mac M1
  • Image: container-registry.oracle.com/database/enterprise:19.19.0.0
  • Docker Driver: Podman (in shell commands below, docker is alias of podman)

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant