Re-enabling Database Vault

In this recipe, you will enable previously disabled Database Vault in two ways: Using Enterprise Manager 12c Cloud Control and command line.

How to do it...

  1. Go to Database Vault home page of your database or pluggable database and click on Enable, then click on continue in a small pop-up window (see Figures 39, 40).
    How to do it...

    Figure 39

    How to do it...

    Figure 40

    Or

    Connect to the database as Database Vault owner and enable it through command line:

       SQL> EXEC DBMS_MACADM.ENABLE_DV;
    
  2. Connect to your database or pluggable database and restart it:
    SQL> connect ...

Get Oracle Database 12c Security Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.